Doc error concerning JDBC driver loading in programmer guide
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
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/