JDBC problem in the docs - Mailing list pgsql-docs

From Peter T Mount
Subject JDBC problem in the docs
Date
Msg-id Pine.LNX.4.04.9905251305160.2157-100000@maidast.retep.org.uk
Whole thread Raw
List pgsql-docs
I'm being asked the same question every so often, about the following
line:
Class.forName(postgresql.Driver);

People are asking why this isn't working. Obviously there should be quotes
in there, and I'm thinking that they are missing from the docs.
Class.forName("postgresql.Driver");

I haven't the time to check at the moment, but can someone (Tom?) check.
They may have vanished when we converted them to sgml

Peter

--       Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: HISTORY file, others?
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] JDBC problem in the docs