OnUpdateRecord

lynn_sai

Member²
hi,
I'm migrating application to DOA. I used to have TQuery with OnUpdateRecord events (with TUpdateKind.........) in my applications........
Is there any similar event in TOracleDataSet or OracleQuery ????????????

Thanks.
 
You can use the OnApplyRecord event (and the TOracleDataSet methods like SetQueryVariables that support this method). See the help file or User's Guide for details.

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