Database Connection URL Attributes,
Page 2 of 13


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

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

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.