Обсуждение: Where can I get a JDBC Driver?

Поиск
Список
Период
Сортировка

Where can I get a JDBC Driver?

От
skeize@gmail.com (skeize@gmail.com)
Дата:
I need a JDBC driver for PostgreSQL version 7.2.1 on
i686-pc-linux-gnu.  I have the JDK 1.4.  I looked at
jdbc.postgresql.org but they don't seem to provide a driver for this
combination of Postgres/JDK.  Any help will be appreciated!

Thanks,
Pat

Re: Where can I get a JDBC Driver?

От
Kris Jurka
Дата:

On Tue, 9 Nov 2004, skeize@gmail.com wrote:

> I need a JDBC driver for PostgreSQL version 7.2.1 on
> i686-pc-linux-gnu.  I have the JDK 1.4.  I looked at
> jdbc.postgresql.org but they don't seem to provide a driver for this
> combination of Postgres/JDK.  Any help will be appreciated!

The 7.2 driver was not able to be compiled by the 1.4 JDK so driver is
available specifically for that platform.  You can use the JDBC2 driver
with the 1.4 JDK just fine, or you can use a later driver version that has
true 1.4 JDK support against an older server.

Kris Jurka