Easysoft JDBC-ODBC Bridge

How do I find out what version of the JDBC-ODBC Bridge driver I am using?

Article:
00585
Last Reviewed:
11th January 2024
Revision:
2

In your application, do the following, after connecting:

java.sql.DatabaseMetaData dmd = con.getMetaData();
System.out.println(dmd.getDriverVersion());
Applies To

Knowledge Base Feedback

* Did this content help you?
* Please select one option based on your first choice:

(* Required Fields)