Re: JDBC Problem

From: Michael Stephenson <mstephenson(at)tirin(dot)openworld(dot)co(dot)uk>
To: tony <tony(at)uickarate(dot)com>
Cc: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: JDBC Problem
Date: 2000-11-16 16:12:03
Message-ID: Pine.LNX.4.10.10011161611300.12023-100000@tirin.openworld.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-11-16 16:14:12 RE: JDBC Problem
Previous Message Frank Joerdens 2000-11-16 15:44:08 Re: [HACKERS] Re: DBD::Pg installation seems to fail with 7.1 libs