Re:

From: Barry Lind <barry(at)xythos(dot)com>
To: Dave(at)micro-automation(dot)net
Cc: "'Rene Pijlman'" <rene(at)lab(dot)applinet(dot)nl>, "'Carlos Augusto'" <ccarvalhar(at)bol(dot)com(dot)br>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re:
Date: 2001-11-06 04:54:37
Message-ID: 3BE76D0D.7030202@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lab(dot)applinet(dot)nl]
> Sent: November 5, 2001 10:21 AM
> To: Dave(at)micro-automation(dot)net
> Cc: 'Carlos Augusto'; pgsql-jdbc(at)postgresql(dot)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(at)lab(dot)applinet(dot)nl>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

  • Re: at 2001-11-05 15:21:04 from Dave Cramer

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-11-06 05:07:43 Re: Documentation PostgreSQL-specific JDBC methods
Previous Message Barry Lind 2001-11-06 03:11:38 Re: Backend Protocol