Results 1 to 8 of 8

Thread: one quick question...(NO ANWER YET)

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Location
    Philippines
    Posts
    125

    Exclamation one quick question...(NO ANWER YET)

    I'm not really sure if my logic is right so I need your opinion on this...

    I have a form with textboxes and a datagrid. What i want to do is to edit and delete the displayed record...by the way, the texboxes are bound to a table and the datagrid is bound to another table, I already have my relationship...so, is it right that I have two update statements? one for the master table and one for the detail table? if so, why won't it work?

    Hope someone could correct me on this....thanks a lot people!

    this is my code for updating:

    daDoc.Update(ds) 'for the master table
    daTran.Update(ds) 'for the detail table

    Please also suggest a better code for updating! thanks a bunch!
    Last edited by siomai; Aug 17th, 2004 at 03:02 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width