ij.protocol.<i>protocolName</i> property The ij.protocol.protocolName 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. ij.protocol.protocolName property Syntax ij.protocol.protocolName=protocolForEnvironment Example java -Dij.protocol.derby=jdbc:derby: \ -Dij.protocol.emp=jdbc:derby: org.apache.derby.tools.ij ij version ij> Connect 'newDB' protocol derby as new; ij>
See also