ij.protocol
ij.protocol
Function
Specifies the protocol and subprotocol portions of the database connection URL for connections. Automatically loads the appropriate driver for recognized subprotocol. The recognized protocol is:
- jdbc:derby:
Allows you to use a short form of a database name.
Syntax
ij.protocol=protocolForEnvironment
Examples
D:>java -Dij.protocol=jdbc:derby: org.apache.derby.tools.ij ij version 10.0 (c) 2001,2004 IBM Corp. ij> Connect 'newDB;create=true'; ij>
See Also
Previous Page
Next Page
Table of Contents
Index