How to use cached updates ?

Hello,

how can I use cached updates when inserting new records to a dataset ?

How can I get the rowid ?

I want to insert new records to a table using a dataset and dataset.ExecSql, assigning the insert command to dataset.Sql

Uli
 
To use cached updates, set TOracleDataSet.CachedUpdates to True, and use TOracleSession.ApplyUpdates to apply the updates to the database. I'm not sure what you mean with the Rowid and ExecSQL question.

------------------
Marco Kalter
Allround Automations
 
Back
Top