JDBC Documentation

From: Christopher Farley <chris(at)northernbrewer(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: JDBC Documentation
Date: 2000-11-09 19:38:36
Message-ID: Pine.BSF.4.21.0011091330140.42901-100000@kraeusen.nbrewer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2000-11-09 20:44:29 Re: JDBC Documentation
Previous Message Roland Roberts 2000-11-09 17:37:35 Re: I hava a problem in postgresql!