![]() |
ij Properties Reference
|
|
ij.databaseFunctionCreates a connection with a generated name to the given database connection URL when ij starts up, thus creating an initial connection (with a generated name) for the ij session. (If you have specified an ij.protocol, you can use a shortened form of the URL.) After it boots, ij displays the generated name of the connection made with this property. Syntaxij.database=databaseConnectionURL The databaseConnectionURL is not a string; do not enclose it in quotation marks. SynonymsIn releases prior to 1.5, this property was called database. The database property is still supported and is a synonym. Examplejava -Dij.protocol=jdbc:cloudscape: -Dij.connection.tours1=toursDB -Dij.connection.anotherConn=anotherDB -Dij.database=wombat;create=true COM.cloudscape.tools.ij ij version 3.6 (c) 1997-2000 Informix Software, Inc. CONNECTION2* - jdbc:cloudscape:wombat;create=true ANOTHERCONN - jdbc:cloudscape:anotherDB TOURS1 - jdbc:cloudscape:toursDB * = current connection ij(CONNECTION2)> |
|
![]() 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. |