| Author |
JDBC Driver spec number?
|
Vishwa Kumba
Ranch Hand
Joined: Aug 27, 2003
Posts: 1064
|
|
Can somebody tell me how do I find out which Specificaton does my jdbc driver support? I know we can find out the jdbc driver name,version, database name etc from the DatabaseMetaData Object, but is there a way to know if it is JDBC2.0 compliant or JDBC3.0 compliant?
|
 |
Arun Prasath
Ranch Hand
Joined: Sep 17, 2003
Posts: 192
|
|
Originally posted by Vish Kumar: Can somebody tell me how do I find out which Specificaton does my jdbc driver support? I know we can find out the jdbc driver name,version, database name etc from the DatabaseMetaData Object, but is there a way to know if it is JDBC2.0 compliant or JDBC3.0 compliant?
Vishwa did you find the answer for the above question? Does anybody know how to find the verision that we get from DatabaseMetaData object is JDBC 2.0 climpliant or 3.0 compliant?
|
SCJP 1.4, SCDJWS , SCJA<br />I can do ALL things through CHRIST who strengthens me.
|
 |
Fisher Daniel
Ranch Hand
Joined: Sep 14, 2001
Posts: 582
|
|
Hi, I hope this url can help you to find our your JDBC driver.. here thanks daniel
|
 |
 |
|
|
subject: JDBC Driver spec number?
|
|
|