![]() |
Database Connection URL Attributes
|
Reference Manual |
create=trueFunctionCreates the standard (non-synchronization) database specified within the database connection URL Cloudscape system and then connects to it. If the database cannot be created, the error appears in the error log and the connection attempt fails with an SQLException indicating that the database cannot be found. If the database already exists, creates a connection to the existing database and an SQLWarning is issued. JDBC does not remove the database on failure to connect at create time if failure occurs after the database call occurs. If a database connection URL used create=true and the connection fails to be created, check for the database directory. If it exists, remove it and its contents before the next attempt to create the database. Combining with Other AttributesYou must specify a databaseName (after the subprotocol in the database connection URL) or a databaseName=nameofDatabase attribute with this attribute. You can combine this attribute with other attributes. To specify a locale when creating a database, use the locale=ll_CC attribute. NOTE: If you specify create=true and the database already exists, an SQLWarning is raised. Examplejdbc:cloudscape:toursDB;create=true jdbc:cloudscape:;databaseName=newDB;create=true;autocommit=true |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |