TOracleDataSet doesn't commit after Insert SQL

lev_ko

Member²
Hello,

When I execute an Insert SQL command using TOracleDataSet, it does not commit the change automatically. Why is that ?

Thank you,
Lev
lev_el@sintec.co.il
 
It does not implicitly commit the insert, because this would make transaction control impossible. You need to explicitly end your transaction.

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