Where can I get a JDBC Driver?

Lists: pgsql-jdbc
From: skeize(at)gmail(dot)com (skeize(at)gmail(dot)com)
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Where can I get a JDBC Driver?
Date: 2004-11-09 18:07:23
Message-ID: f5944e58.0411091007.16095fae@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

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


From: Kris Jurka <books(at)ejurka(dot)com>
To: "skeize(at)gmail(dot)com" <skeize(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Where can I get a JDBC Driver?
Date: 2004-11-09 18:32:38
Message-ID: Pine.BSO.4.56.0411091330430.2594@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

On Tue, 9 Nov 2004, skeize(at)gmail(dot)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