Обсуждение: Doc error concerning JDBC driver loading in programmer guide

Поиск
Список
Период
Сортировка

Doc error concerning JDBC driver loading in programmer guide

От
Philippe NAEL
Дата:
Hello,

I think there is a error in the Programmer guide concerning the JDBC driver loading in chapter 23.
In the part "Loading the driver", it says that you load the driver by using the class "postgresql.Driver".
It fails at run time since the real class name is "org.postgresql.Driver" in the JDBC driver package postgresql.jar
Cheers
Philippe NAEL


Re: Doc error concerning JDBC driver loading in programmer guide

От
Peter Eisentraut
Дата:
Philippe NAEL writes:

> I think there is a error in the Programmer guide concerning the JDBC driver loading in chapter 23.
> In the part "Loading the driver", it says that you load the driver by using the class "postgresql.Driver".
> It fails at run time since the real class name is "org.postgresql.Driver" in the JDBC driver package postgresql.jar

Fixed in latest editions.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/