Re: JDBC Problem - Mailing list pgsql-interfaces

From tony
Subject Re: JDBC Problem
Date
Msg-id 006401c04fe1$345c8b50$32fea8c0@tonydesktop
Whole thread Raw
In response to Re: JDBC Problem  (Michael Stephenson <mstephenson@tirin.openworld.co.uk>)
List pgsql-interfaces
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
> 
> 



pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: JDBC Problem
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Re: DBD::Pg installation seems to fail with 7.1 libs