From: | Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: jdbc driver question |
Date: | 2002-10-04 13:54:19 |
Message-ID: | Pine.LNX.4.44.0210040945401.29153-100000@saturn.opentools.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Do you know if you're looking for a ConnectionPoolDataSource (app
server) or a DataSource (non-J2EE application)?
In any case, go to:
http://jdbc.postgresql.org/download.html
The "Development Drivers" category has a JDBC 3 driver with both
DS and CPDS. It looks like the DataSources were accidentally omitted from
the JDBC 2 builds that are up there right now, so you'd have to build from
CVS for JDBC 2 support.
For documentation, you can see:
http://candle.pha.pa.us/main/writings/pgsql/sgml/jdbc-datasource.html
Aaron
On Tue, 1 Oct 2002, dmitriy wrote:
> Hi,
> I had downloaded a driver for postgresql database server from your
> site and I can't seem to find PostgresqlDataSource class there. I tried
> postgresql 7.2 and 7.3 versions JDBC2.
>
> Any suggestions, thanks
>
From | Date | Subject | |
---|---|---|---|
Next Message | Aaron Mulder | 2002-10-04 14:07:26 | Re: [GENERAL] Prepared statement performance... |
Previous Message | Felipe Schnack | 2002-10-04 13:20:10 | Re: limiting rows in an query |