Re: JDBC Documentation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: JDBC Documentation
Дата
Msg-id 200011092044.PAA11808@candle.pha.pa.us
обсуждение исходный текст
Ответ на JDBC Documentation  (Christopher Farley <chris@northernbrewer.com>)
Список pgsql-docs
We have this fixed in the current docs.  Thanks.

> Programmer's Guide: Chapter 23, sect "Loading the Driver" should read
>
> >    Class:forName("org.postgresql.Driver");
>
> The other code line on this page also needs to be changed to
>
> >    java -Djdbc.drivers=org.postgresql.Driver example.ImageViewer
>
> This is the new (7.0+) way to reference the JDBC driver.
>
> ----
> Christopher Farley
> Northern Brewer / 1150 Grand Avenue / St. Paul, MN 55105
> www.northernbrewer.com
>
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Christopher Farley
Дата:
Сообщение: JDBC Documentation
Следующее
От: Roland Roberts
Дата:
Сообщение: Re: I hava a problem in postgresql!