Easysoft JDBC-ODBC BridgeHow do I find out what version of the JOB driver I am using? |
|
Run the JOB demo by pointing your browser to:
http://yourmachine:8031/demo/
Press Connect, select a DSN. The version of the driver will be displayed.
Alternatively, in your application, once you have connected use the following:
java.sql.DatabaseMetaData dmd = con.getMetaData(); System.out.println(dmd.getDriverVersion());