Doc error concerning JDBC driver loading in programmer guide

Started by Philippe NAELabout 25 years ago2 messagesdocs
Jump to latest
#1Philippe NAEL
p.nael@webedisoft.com

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Philippe NAEL (#1)
Re: Doc error concerning JDBC driver loading in programmer guide

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/