Subject not post transactions until requested
Author eddressel
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