Thread: JDBC 2.0 Datasource support?

JDBC 2.0 Datasource support?

From
Dan Brown
Date:
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@vecna.com
phone: (301)864-7253
******************************




Re: JDBC 2.0 Datasource support?

From
Dave Cramer
Date:
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@vecna.com
> phone: (301)864-7253
> ******************************
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>




Re: JDBC 2.0 Datasource support?

From
Kovács Péter
Date:
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@micro-automation.net]
Sent: Tuesday, July 09, 2002 5:55 PM
To: Dan Brown
Cc: pgsql-jdbc@postgresql.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@vecna.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@postgresql.org)