Re: PostgresqlDataSource

From: Kovács Péter <peter(dot)kovacs(at)sysdata(dot)siemens(dot)hu>
To: Hubert Gailly <hgailly(at)quantix(dot)fr>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgresqlDataSource
Date: 2002-04-03 07:29:27
Message-ID: 8A2DDD7ED7876A4698F6FF204F62CBFC0319EB35@budg112a.sysdata.siemens.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I think that if you need the DataSource type just as an alternative to
Driver, you can use the PostgresqlDataSource. But if you think a bit about
it, you certainly will conclude that implementing your own data source for
PostgreSQL based on org.postgresql.Driver is a trifle.

Peter

-----Original Message-----
From: Hubert Gailly [mailto:hgailly(at)quantix(dot)fr]
Sent: Wednesday, March 27, 2002 4:48 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] PostgresqlDataSource

Hi all,

Please, this is the second time I am posting a message on this subject, I
am new to Postgre. I am really confused by the JDBC Driver which seems to
have lot of versions and each one quite different.

We use Postgre 7.1.3 , can anybody tell me what's the status and how can we
use org.postgresql.PostgresqlDataSource in production as we need a
DataSource implementation for our PoolManager. I can only find it in the
development version although it is said to be supported.

Thanks fo any help

Hubert

Browse pgsql-jdbc by date

  From Date Subject
Next Message Auri Mason 2002-04-03 16:22:34 getColumns()
Previous Message sanjay 2002-04-03 05:29:32 Urgent :Query - Please help