ij Properties Reference
Page 4 of 13

ij.driver

Function

Loads the JDBC driver that the class specifies.

Syntax

ij.driver=JDBCDriverClassName

Synonyms

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

Examples

D:>java -Dij.driver=sun.jdbc.odbc.JdbcOdbcDriver COM.cloudscape.tools.ij
ij version 3.6 (c) 1997-2000 Informix Software, Inc.
ij> Connect 'jdbc:odbc:MyODBCDataSource';
ij>

See Also