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