Re: JDBC Problem

From: "tony" <tony(at)uickarate(dot)com>
To: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: JDBC Problem
Date: 2000-11-16 15:23:41
Message-ID: 006401c04fe1$345c8b50$32fea8c0@tonydesktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)tirin(dot)openworld(dot)co(dot)uk>
To: "tony" <tony(at)uickarate(dot)com>
Cc: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)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
>
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-11-16 15:40:06 Re: OT: Heterogenous networks
Previous Message tony 2000-11-16 14:54:30 JDBC Problem