Re: JDBC

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC
Дата
Msg-id Pine.BSO.4.56.0408241014390.2585@leary.csoft.net
обсуждение исходный текст
Ответ на JDBC  ("Hanna Tapani" <tapani@kth.se>)
Список pgsql-jdbc

On Tue, 24 Aug 2004, Hanna Tapani wrote:

> I've downloaded the pg74.215.jdbc3.jar-driver (I run  jdk 1.4). Do I now
> have to install or build it or is it ready for use? I've tried pointing it
> out with a classpath and loaded it with
> "Class.forName("org.postgresql.Driver")". I get an exception but I don't
> why.

You don't need to do anything other than make the jar file available to
your application via the classpath which I would guess is not set
correctly in this case.

Kris Jurka

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

Предыдущее
От: "Hanna Tapani"
Дата:
Сообщение: JDBC
Следующее
От: jao@geophile.com
Дата:
Сообщение: Race condition in org.postgresql.jdbc1.AbstractJdbc1Statement?