ij Properties Reference
Page 8 of 13

ij.protocol.protocolName

Function

This property is similar to the ij.protocol property. The only difference is that it associates a name with the value, thus allowing you to define and use more than one protocol. (See Connect.)

Syntax

ij.protocol.protocolName=protocolForEnvironment

Examples

D:>java -Dij.protocol.wlp=jdbc:cloudscape:weblogic:
-Dij.protocol.emp=jdbc:cloudscape: COM.cloudscape.tools.ij
ij version 3.6 (c) 1997-2000 Informix Software, Inc. ij> Connect 'newDB' protocol wlp as new; ij(NEW)>

See Also