Re: - Mailing list pgsql-jdbc

From Barry Lind
Subject Re:
Date
Msg-id 3BE76D0D.7030202@xythos.com
Whole thread Raw
In response to Re:  ("Dave Cramer" <Dave@micro-automation.net>)
List pgsql-jdbc
As long as you only access the methods that are defined in jdbc2 the
driver should work fine.  The jdbc interfaces are backward compatible.
You can also run the jdbc1 drivers under a 1.2 or 1.3 JVM for the same
reasons.  It is only if you are trying to take advantage of any of the
new functionality introduced in jdbc3 that you will have problems under
the 1.4 JVM.

thanks,
--Barry


Dave Cramer wrote:

> Probably not, there are some methods which aren't even implemented. I
> haven't tried though
>
> DAve
>
> -----Original Message-----
> From: Rene Pijlman [mailto:rene@lab.applinet.nl]
> Sent: November 5, 2001 10:21 AM
> To: Dave@micro-automation.net
> Cc: 'Carlos Augusto'; pgsql-jdbc@postgresql.org
> Subject: Re: [JDBC]
>
>
> Doesn't the 1.3-built driver work in a 1.4 JVM?
>
> On Mon, 5 Nov 2001 09:31:03 -0500, you wrote:
>
>>Not currently.
>>
>
>>>does jdk 1.4 have a jdbc for postgree? and odbc:??how can i put the
>>>classpath to jdbcpostgre.jar?
>>>
>
> Regards,
> René Pijlman <rene@lab.applinet.nl>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>



pgsql-jdbc by date:

Previous
From: Liam Stewart
Date:
Subject: Re: Funny timezone shift causes failure in test suite
Next
From: Barry Lind
Date:
Subject: Re: Backend Protocol