>but there is a real easy way to tell: there currently are no 2.0
>compliant drivers.

    Actually there are, and more than the ones already referenced.

    To the original question, you could try calling a JDBC 2.0 method and
proceed based on whether or not you got an exception.  I agree that, in
multiple areas of java, the need for a standard method to determine the
version used is becoming painfully obvious.


                                            Joe Sam



Joe Sam Shirah
Autumn Software
What you don't know DOES hurt you...and your business
___________________________________________

-----Original Message-----
From: Jim Driscoll <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, October 13, 1999 5:33 AM
Subject: Re: how to determine if a driver is JDBC 2.0 compliant?


>'Fraid I don't know the answer to the question, not exactly any way -
>but there is a real easy way to tell: there currently are no 2.0
>compliant drivers.  (There should be some within months though - and the
>driver vendors will trumpet their triumph, fear not!  It'll be
>impossible to miss in their marketing literature.)
>
>J2EE-Interest would probably be a better place to post these queries.
>
>Jim
>
>
>guillaume ORIOL wrote:
>>
>> Is there somebody who knows how to determine whether a JDBC driver
>> is JDBC 1.0 or JDBC 2.0 compliant?
>> I searched the JDK API (java.sql.DatabaseMetaData) but found nothing.
>> The getDriverVersion method only returns the internal version of the
>> software, not its compliance to some JDBC specs.
>>
>> guillaume
>>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to