From: | "David De Mizio" <davide128(at)hotmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | need help please |
Date: | 2002-01-30 01:31:54 |
Message-ID: | F14TgbLYluLCTaogxLD00015c36@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Can someone please answer these questions asap..I have to get my project
going..I know they are simple...probably dumb questions..but i'm new to
postgresql...any help is appreciated....
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.....
_________________________________________________________________
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2002-01-30 02:51:15 | Re: need help please |
Previous Message | tony | 2002-01-29 21:24:34 | Re: tomcat 4 gurus |