how to update a selected record in a dataset and update another datatable in another Adoconnection?

Posted by ml on Stack Overflow See other posts from Stack Overflow or by ml
Published on 2010-04-09T21:22:05Z Indexed on 2010/04/09 21:43 UTC
Read the original article Hit count: 316

Filed under:
|

I have 2 adoconnections and 2 datatables in each connection (Local Table1_master Table1_Detail) (Network Table1_master Table1_Detail). I show them in a DBgrid and now I would like to update the (Local Table1_master Table1_Detail) from the tables in (Network Table1_master Table1_Detail). How can I update the selected records?

I have tried many ways but normally it inserts more records and doesn´t update the record.

I use a .MDB database.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about ado