Re:

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re:
Дата
Msg-id 3BE76D0D.7030202@xythos.com
обсуждение исходный текст
Ответ на Re:  ("Dave Cramer" <Dave@micro-automation.net>)
Список 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 по дате отправления:

Предыдущее
От: Liam Stewart
Дата:
Сообщение: Re: Funny timezone shift causes failure in test suite
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Backend Protocol