How to find out the version of JDBC driver in Java?
843854Apr 15 2004 — edited Apr 15 2004Hi all,
I would like to use Java to find out the version of JDBC driver that I currently use. That JDBC driver is from Oracle and the filename is "classes12.zip" for all version ( 8.1.x to 9.x ). Is any method to verify what version JDBC I currently use? Thanks a lot.