S Schlueter Member Mar 7, 2000 #1 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
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
Helene Member³ Mar 9, 2000 #1 You need to call the OracleSession.Commit procedure in order to commit the changes in the database.