Code: Select all
select a.rowid, a.* from cec.myTable aAutocommit is false in TOraSession, and true in TSmartQuery.
I have a button "commit" that makes:
Code: Select all
Orasession->ApplyUpdates();In bcb 6, this program worked fine (with an older version of odac), and changes were commited as soon as ApplyUpdates() was executed.
In bcb2009, the changes are NOT commited when executing ApplyUpdates() and are commited ONLY when exiting application.
Any hint????