Database Connection URL Attributes
Page 2 of 17

autocommit=false

Function

Turns auto-commit off for the connection requested by the database connection URL. By default, auto-commit is set to true.

Combining with Other Attributes

You must specify a databaseName after the subprotocol in the URL or a databaseName=nameofDatabase attribute with this attribute.

Example

jdbc:cloudscape:toursDB;create=true;autocommit=false

jdbc:cloudscape:;databaseName=toursDB;autocommit=false