| Servertec | setAutoCommit( ) | |
|
|
Sets whether auto-commit is enabled or disabled on the specified connection object. SyntaxsetAutoCommit( connection, boolean )connection.setAutoCommit( boolean ) Parametersconnection the connection object to use.boolean true to enable auto-commit mode. false to disable auto-commit mode. ReturnsnothingExample
|
|
top of page
|