JDBC Documentation

Started by Christopher Farleyover 25 years ago2 messagesdocs
Jump to latest
#1Christopher Farley
chris@northernbrewer.com

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

#2Bruce Momjian
bruce@momjian.us
In reply to: Christopher Farley (#1)
Re: JDBC Documentation

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