Commit on TOracleQuery or TOracleDataset

Schlueter

Member
I want to execute a UPDATE or INSERT statemant with TOracleQuery or TOracleDataset. But the records do not appear in the DB unless the program is terminated.
What's wrong?

Thanks in advance
Rolf Schlueter
 
You need to call the OracleSession.Commit procedure in order to commit the changes in the database.
 
Back
Top