Description
PowerBuilder and InfoMaker provide a new DBParm parameter named CommitOnDisconnect for use with all database interfaces on all supported platforms.
CommitOnDisconnect specifies whether PowerBuilder or InfoMaker should commit (the default behavior) or rollback all previously uncommitted database updates before disconnecting from a data source.
Purpose
Set CommitOnDisconnect to No if you want PowerBuilder or InfoMaker to rollback uncommitted database updates when you disconnect from the database, instead of automatically committing them.
Usage
As with any other DBParm parameter, you can set CommitOnDisconnect in the Database Profile Setup dialog box for your connection or in a PowerBuilder application script.
You must specify a value for CommitOnDisconnect before connecting to the database in PowerBuilder or InfoMaker.
|