L lev_ko Member² Sep 21, 2000 #1 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
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
Marco Kalter Administrator Staff member Sep 22, 2000 #1 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
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