RE: Problem connecting to JDBC 7.0-1.2 driver

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема RE: Problem connecting to JDBC 7.0-1.2 driver
Дата
Msg-id Pine.LNX.4.30.0103300641170.16730-100000@chapelperilous.net
обсуждение исходный текст
Ответ на RE: Problem connecting to JDBC 7.0-1.2 driver  ("B.N.V. Raman" <raman@myself.com>)
Ответы RE: Problem connecting to JDBC 7.0-1.2 driver  ("B.N.V. Raman" <raman@myself.com>)
Список pgsql-jdbc
On Fri, 30 Mar 2001, B.N.V. Raman wrote:

> I tried both methods:
>
> 1. Class.forName("postgresql.Driver"); (in the code)

You should be using org.postgresql.Driver here, shouldn't you?

Same for the command line:

-Djdbc.drivers=org.postgresql.Driver

There are examples of this in the source code distribution under
src/interfaces/jdbc

-- Brett
                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Memory should be the starting point of the present.


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

Предыдущее
От: "B.N.V. Raman"
Дата:
Сообщение: RE: Problem connecting to JDBC 7.0-1.2 driver
Следующее
От: Jim Caley
Дата:
Сообщение: Re: More Timestamp issues...