JDBC Documentation - Mailing list pgsql-docs

From Christopher Farley
Subject JDBC Documentation
Date
Msg-id Pine.BSF.4.21.0011091330140.42901-100000@kraeusen.nbrewer.com
Whole thread Raw
Responses Re: JDBC Documentation  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-docs
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


pgsql-docs by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: I hava a problem in postgresql!
Next
From: Bruce Momjian
Date:
Subject: Re: JDBC Documentation