Datasource question... - Mailing list pgsql-jdbc

From David De Mizio
Subject Datasource question...
Date
Msg-id F22j36Kn1FS74Dhy5Ax00007e2f@hotmail.com
Whole thread Raw
List pgsql-jdbc
I have a few questions:

First off, where can I find the documentation for jdbc7.1-1.3.jar, the class
documentation...It is not included with this jar file...Do I need to have
postgresql version 7.1.3 installed in order to use this package..

I'm trying to use a datasource to connect to the postgresql database..

My application is a swing application...

what class do I instantiate to get  a datasource object..

$some_class ds = new $some_class
InitialContext() it = new InitialContext();

ds = (DataSource)it.lookup("java:comp/env/jdbc/AccountExplDs");

Thank you.....




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


pgsql-jdbc by date:

Previous
From: Vardan Gyurjyan
Date:
Subject: jdbc:posgresql problem
Next
From: "Dave Cramer"
Date:
Subject: Re: jdbc:posgresql problem