Re: jdbc documentation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: jdbc documentation
Дата
Msg-id 200010282033.QAA18972@candle.pha.pa.us
обсуждение исходный текст
Ответ на jdbc documentation  (Emil Assarsson <emil.assarsson@bolina.hsb.se>)
Список pgsql-docs
It is fixed in the current web copy.

> There is a failing class name in the documentaion at:
> PostgreSQL Programmer's Guide > 23. JDBC Interface
>
> "Loading the Driver
>
> Before you can connect to a database, you need to load the driver. There
> are two methods available, and it depends on your code to the best one
> to use.
>
> In the first method, your code implicitly loads the driver using the
> Class.forName() method. For Postgres, you would use:
>
> Class.forName("postgresql.Driver"); " ....
>
> the last row should be:
>
> "Class.forName("org.postgresql.Driver");  "
>
> (just add the "org.")
>
> if I'm not totaly messed up ;-)
>
> Nice work!
> Emil Assarsson
>
>
>


--
  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 по дате отправления:

Предыдущее
От: Emil Assarsson
Дата:
Сообщение: jdbc documentation
Следующее
От: The Hermit Hacker
Дата:
Сообщение: pgsql-docs list should be live again ...