Michael, Peter, Chris,
Thanks for the advice. I forgot to mention that
I tried org.postgresql.Driver and it didn't work...
Tony
----- Original Message -----
From: "Michael Stephenson" <mstephenson@tirin.openworld.co.uk>
To: "tony" <tony@uickarate.com>
Cc: "pgsql-interfaces" <pgsql-interfaces@postgresql.org>
Sent: Thursday, November 16, 2000 11:12 AM
Subject: Re: [INTERFACES] JDBC Problem
> > I am trying to load the driver by doing
> > >Class.forName("postgresql.Driver");
>
> Try:
>
> Class.forName("org.postgresql.Driver");
>
> Hope this helps
>
> Michael Stephenson
>
>