jdbc 2.0 and Jdbc 3.0 standards compatibility....



The JDK (j2se ) 1.4 ships with JDBC 3.0 standard, and JDK 1.3 shipped
with JDBC 2.0 standard.

Question is If I have a driver which is based on JDBC 2.0 standard,
will it work properly with the JDK 1.4 or JDBC 3.0 standard??


I know the new functionality will not be accesible by will it work?

Thanks,
Irfan.

.



Relevant Pages

  • Re: Goof in the design of setBinaryStream
    ... MySQL's JDBC driver has supported getBlob() ... about how toothless the JDBC standard was. ...
    (comp.lang.java.databases)
  • Re: Setting Query Timeout through JDBC (CA Driver problem?)
    ... Lockmodes are ... they chose the idea of isolation levels. ... standard isolation levels that JDBC supports, and nothing else, because ... Another thing that's important to understand is that the SQL92 standard ...
    (comp.databases.ingres)
  • Re: JDBC Competitors?
    ... > is JDBC pretty mcuh the standard that everyone uses? ... the protocol to talk to a DBMS is proprietary to the DBMS. ... This API is used by type-2 JDBC ...
    (comp.lang.java.databases)
  • SQL shell/terminal application
    ... Java, and working over JDBC. ... The key feature should be ability to read commands from standard input ...
    (comp.lang.java.databases)
  • Re: Possible Type Conversion Defect
    ... Specifically we are breaking due to the lack of conversion from BIGINT to ... Microsoft SQL Server 2000 JDBC driver. ... I'll agree that the JDBC API specifications could be a bit more precise. ... a JDBC driver attempts to convert the underlying data to the Java ...
    (microsoft.public.sqlserver.jdbcdriver)