Datasource question

Поиск
Список
Период
Сортировка
От David De Mizio
Тема Datasource question
Дата
Msg-id F96z4JQbmRmC1JGdi8d00013c7c@hotmail.com
обсуждение исходный текст
Список 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.


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "G.Nagarajan"
Дата:
Сообщение: Re: Bad Timestamp Format
Следующее
От: "Tony DeWitt"
Дата:
Сообщение: Re: JDBC batching