![]() |
ij Properties Reference
|
|
ij.connection.connectionNameFunctionCreates a named connection to the given database connection URL when ij starts up; it is equivalent to the Connect AS Identifier command. The database connection URL can be of the short form if an ij.protocol is specified. This property can be specified more than once per session, creating multiple connections. When ij starts, it displays the names of all the connections created in this way. It also displays the name of the current connection, if there is more than one, in the ij prompt. Syntaxij.connection.connectionName=databaseConnectionURL The databaseConnectionURL is not a string; do not enclose it in quotation marks. ExamplesD:> java -Dij.connection.tours1=jdbc:cloudscape:toursDB -Dij.connection.anotherConn=jdbc:cloudscape:anotherDB;create=true COM.cloudscape.tools.ij ij version 3.6 (c) 1997-2000 Informix Software, Inc. ANOTHERCONN* - jdbc:cloudscape:anotherDB;create=true TOURS1 - jdbc:cloudscape:toursDB * = current connection ij(ANOTHERCONN)> See Also |
|
![]() 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. |