Re: RE: Problem connecting to JDBC 7.0-1.2 driver

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: RE: Problem connecting to JDBC 7.0-1.2 driver
Дата
Msg-id 986220229.3ac886c505f0e@webmail.retep.org.uk
обсуждение исходный текст
Ответ на RE: Problem connecting to JDBC 7.0-1.2 driver  ("B.N.V. Raman" <raman@myself.com>)
Список pgsql-jdbc
Quoting "B.N.V. Raman" <raman@myself.com>:

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

7.0 and later it's "org.postgresql.Driver"

> 2. omitting the above code and trying: java
> -Djdbc.drivers=postgresql.jar

Nope, -Djdbc.drivers=org.postgresql.Driver

Peter

--
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

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

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: JDBC2.0 Support
Следующее
От: Joel Seguillon
Дата:
Сообщение: ...