Re: JDBC Problem - Mailing list pgsql-interfaces

From Michael Stephenson
Subject Re: JDBC Problem
Date
Msg-id Pine.LNX.4.10.10011161611300.12023-100000@tirin.openworld.co.uk
Whole thread Raw
In response to JDBC Problem  ("tony" <tony@uickarate.com>)
List pgsql-interfaces
> 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: Frank Joerdens
Date:
Subject: Re: [HACKERS] Re: DBD::Pg installation seems to fail with 7.1 libs
Next
From: Peter Mount
Date:
Subject: RE: JDBC Problem