ij Properties Reference,
Page 3 of 9


[top]
[prev]
[next]
Documentation Top
Index for This Book

ij.database

Function

Creates 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.

Syntax

ij.database=databaseConnectionURL

The databaseConnectionURL is not a string; do not enclose it in quotation marks.

Synonyms

In releases prior to 1.5, this property was called database. The database property is still supported and is a synonym.

Example

 java -Dij.protocol=jdbc:cloudscape: -Dij.connection.tours1=toursDB 
     -Dij.connection.anotherConn=anotherDB 
     -Dij.database=wombat;create=true COM.cloudscape.tools.ij
 ij version 2.0 (c) 1997-1999 Cloudscape, Inc.
 CONNECTION2* -  jdbc:cloudscape:wombat;create=true
 ANOTHERCONN -   jdbc:cloudscape:anotherDB
 TOURS1 -        jdbc:cloudscape:toursDB
 * = current connection
 ij(CONNECTION2)>
[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.