Page 1 of 1

how to read not saved data in table using cached update?

Posted: Fri 04 Jul 2008 16:27
by charbel
in a master-detail relationship using the CachedUpdates property of detail dataset with Options.LocalMasterDetail = True, the data in the detail table are not saved to database, there for, a select query wont fetch for those data. i need to read those data, any suggestion?

Posted: Mon 07 Jul 2008 08:18
by Antaeus
You should save changes to database (call the ApplyUpdates method) to be able to see them in other datasets.