ij Properties Reference,
Page 7 of 9


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

ij.protocol

Function

Specifies the protocol and subprotocol portions of the database connection URL for connections. Automatically loads the appropriate driver for recognized subprotocols. The recognized protocols are:

  • jdbc:cloudscape:
  • jdbc:cloudscape:weblogic:[//hostname:portnum/]
  • jdbc:cloudscape:weblogic-ssl:[//hostname:portnum/]
  • jdbc:rmi://hostname:portnumber/jdbc:cloudscape:
  • jdbc:cloudscape:rmi://hostname:portnumber/

Allows you to use a short form of a database name.

Syntax

ij.protocol=protocolForEnvironment

Examples

 D:>java -Dij.protocol=jdbc:cloudscape:weblogic://jeeves:2000
     COM.cloudscape.tools.ij
 ij version 2.0 (c) 1997-1999 Cloudscape, Inc.
 ij> Connect 'newDB;create=true';
 ij>

See Also

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