How to check an jdbc version in classes12.jar ??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijayarl
    New Member
    • Sep 2008
    • 65

    How to check an jdbc version in classes12.jar ??

    hi Everyone,

    I need to know how to check the jdbc version using classes12.jar

    am getting into this path :/../../../../oui/jlib/

    then listed all files under this directory

    i did found classes12.jar there but when i search for jdbc version in classes12.jar
    ie,

    $ unzip classes12.jar | grep 'jdbc'

    i did get list of files where i have jdbc found but how will i get to know under which file i can find jdbc version.

    Can anyone let me how can i find the jdbc version installed under classes12.jar or which file to lookin to get the jdbc version ????

    Regards,
    Vijay
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    There is a getDriverVersio n() in the DataBaseMetaDat a interface.

    Comment

    Working...