The Artima Developer Community
Sponsored Link

Java Answers Forum
JDBC

4 replies on 1 page. Most recent reply: Nov 12, 2002 8:00 PM by kumar

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
kumar

Posts: 5
Nickname: kum
Registered: Oct, 2002

JDBC Posted: Nov 11, 2002 12:45 AM
Reply to this message Reply
Advertisement
How can we find the JDBC version we r working?


Ramu

Posts: 29
Nickname: sripoorna
Registered: Oct, 2002

Re: JDBC Posted: Nov 11, 2002 6:09 PM
Reply to this message Reply
hi,
I hope there is no direct method in java to find the version of the JDBC.

regards
ramu

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: JDBC Posted: Nov 11, 2002 9:28 PM
Reply to this message Reply
Look at the java.sql.Driver interface, there are a couple of methods for getting the version information about the driver, if that is what you seek.

Ramu

Posts: 29
Nickname: sripoorna
Registered: Oct, 2002

Re: JDBC Posted: Nov 12, 2002 3:54 AM
Reply to this message Reply
hi,
the questiong which version of jdbc we r using not which version of Driver?

kumar

Posts: 5
Nickname: kum
Registered: Oct, 2002

Re: JDBC Posted: Nov 12, 2002 8:00 PM
Reply to this message Reply
hi,

How can we find the JDBC version we r working? Whether it gets installed with jdk r we have to install the JDBC API seperately.

Thanks
kumar

Flat View: This topic has 4 replies on 1 page
Topic: Java RMI help needed please Previous Topic   Next Topic Topic: Pointing at the correct JAR File.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use