Easysoft JDBC-ODBC Bridge
How do I find out what version of the JDBC-ODBC Bridge driver I am using?
In your application, do the following, after connecting:
java.sql.DatabaseMetaData dmd = con.getMetaData();
System.out.println(dmd.getDriverVersion());
Applies To
-
Products
- Easysoft JDBC-ODBC Bridge
Knowledge Base Feedback