Subject | not post transactions until requested |
---|---|
Author | eddressel |
Post date | 2008-12-18T14:27:07Z |
I use a TIBODatabase for my connection and use the default transaction.
I create TIB_DSQL objeects and execute the SQL to update values in a
table. But I want to not post the transactions until the user presses
'Save' (where I call .commit). Right now I see in the monitor log that
COMMIT RETAINING is automatically sent to the server
Can I make the server wait until I explicitly call Commit?
TIA,
Ed Dressel
I create TIB_DSQL objeects and execute the SQL to update values in a
table. But I want to not post the transactions until the user presses
'Save' (where I call .commit). Right now I see in the monitor log that
COMMIT RETAINING is automatically sent to the server
Can I make the server wait until I explicitly call Commit?
TIA,
Ed Dressel