Share this page 

No commit on GPFTag(s): Common problems


When a transaction disconnects due to severe errors, theit is 'normal' ODBC-Powerbuilder behaviour is to commit the current transaction.

With PB6 (or better), the following DbParm parameter is available. To specify to rollback when you disconnect from the database :

SQLCA.DBParm = "CommitOnDisconnect = 'No'"