Re: JDBC 2.0 Datasource support?

From: Kovács Péter <peter(dot)kovacs(at)sysdata(dot)siemens(dot)hu>
To: 'Dave Cramer' <Dave(at)micro-automation(dot)net>, Dan Brown <dbrown(at)vecna(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC 2.0 Datasource support?
Date: 2002-07-09 19:36:34
Message-ID: 8A2DDD7ED7876A4698F6FF204F62CBFC11DE92@budg112a.sysdata.siemens.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave,

Are you talking about the Exolab implementation. If so, what exactly are the
symptoms of its not working? In my experience the Exolab implementation
works with very little modifications. Of course, if you need connection
pooling, you have to implement around it the pooling functionality (which is
in the middle tier, ie outside the database provider scope) yourself.

Peter

-----Original Message-----
From: Dave Cramer [mailto:Dave(at)micro-automation(dot)net]
Sent: Tuesday, July 09, 2002 5:55 PM
To: Dan Brown
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] JDBC 2.0 Datasource support?

Dan,

Yes there is supposed to be Datasources support, but it doesn't work so
that is why it is not included. We are looking for volunteers to fix it?

Dave
On Mon, 2002-07-08 at 13:35, Dan Brown wrote:
> I am running postgresql 7.2.1 and looking at sun java website, there is
> suppose to be Datasource support in the postgreSQL jdbc driver.
> However, upon downloading the pgjdbc2.jar from the website and dumping
> the table of contents, I could not find a DataSource object listed. Is
> there Datasource support in the pgsql jdbc drivers? If so, can someone
> point out the proper configuration to use?
>
> Thanks,
>
> --
> ******************************
> Dan Brown
>
> Vecna Technologies, Inc.
> 6525 Belcrest Rd, Suite #612
> Hyattsville, MD 20782
>
> email: dbrown(at)vecna(dot)com
> phone: (301)864-7253
> ******************************
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert Treat 2002-07-09 19:48:00 DbVisualizer 3.0
Previous Message Dave Cramer 2002-07-09 15:55:16 Re: JDBC 2.0 Datasource support?