ij.driver
ij.driver
Function
Loads the JDBC driver that the class specifies.
Syntax
ij.driver=JDBCDriverClassName
Notes
The driver property is a synonym.
Examples
D:>java -Dij.driver=sun.jdbc.odbc.JdbcOdbcDriver org.apache.derby.tools.ij ij version 10.0 (c) 2001,2004 IBM Corp. ij> Connect 'jdbc:odbc:MyODBCDataSource'; ij>
See Also
Previous Page
Next Page
Table of Contents
Index