Thread: JDBC

JDBC

From
"Christian Herbert"
Date:
Hi,

Could someone make an educated suggestion which JDBC driver would work best
with the PostgreSQL 7.0.2 database???

Christian HERBERT
Web Programmer
WWW.OVEN.COM
THE OLD TRUMAN BREWERY
91 BRICK LANE
LONDON E1 6QL
T: 020-7247-4778
F: 020-7247-9448
M: 07946-507-317
E: christian@oven.com




RE: JDBC

From
Peter Mount
Date:
The one supplied with 7.0.2?

Seriously, apart from 6.5.3, the driver thats released with the backend is
normally the better one to use.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council


-----Original Message-----
From: Christian Herbert [mailto:christian@oven.com]
Sent: Friday, August 11, 2000 2:37 PM
To: pgsql-interfaces@hub.org
Subject: [INTERFACES] JDBC


Hi,

Could someone make an educated suggestion which JDBC driver would work best
with the PostgreSQL 7.0.2 database???

Christian HERBERT
Web Programmer
WWW.OVEN.COM
THE OLD TRUMAN BREWERY
91 BRICK LANE
LONDON E1 6QL
T: 020-7247-4778
F: 020-7247-9448
M: 07946-507-317
E: christian@oven.com



Re: JDBC

From
Rachel Greenham
Date:
Christian Herbert wrote:
> 
> Hi,
> 
> Could someone make an educated suggestion which JDBC driver would work best
> with the PostgreSQL 7.0.2 database???

The one supplied. :-) If you have the source, go into src/interfaces/jdbc
and type "make jdbc1" or "make jdbc2"

A postgresql.jar is generated. The JDBC driver is org.postgresql.Driver.

-- 
Rachel