I have an application in wich a stored procedure executed by a TOracleQuey, insert data into 2 tables, and then commit. after that in a TOracleDataset, that query data from the same tables, I am not able to see new inserted row.
I tried, calling a commit on The TOracleSection and then closing and reopening the TOracleDataset.
The only way to see new data seems to close and then reopen The Session.
Somebody has some idea of this?
I am using doa 3.4 on an oracle 9.2 on a windows 2000 system.
Thanks. Angel
I tried, calling a commit on The TOracleSection and then closing and reopening the TOracleDataset.
The only way to see new data seems to close and then reopen The Session.
Somebody has some idea of this?
I am using doa 3.4 on an oracle 9.2 on a windows 2000 system.
Thanks. Angel