| From: | "David De Mizio" <davide128(at)hotmail(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Datasource question |
| Date: | 2002-01-28 16:14:04 |
| Message-ID: | F96z4JQbmRmC1JGdi8d00013c7c@hotmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.....
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tony DeWitt | 2002-01-28 22:44:48 | Re: JDBC batching |
| Previous Message | G.Nagarajan | 2002-01-28 08:33:10 | Re: Bad Timestamp Format |