RE: Problem connecting to JDBC 7.0-1.2 driver

From: "B(dot)N(dot)V(dot) Raman" <raman(at)myself(dot)com>
To: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: RE: Problem connecting to JDBC 7.0-1.2 driver
Date: 2001-03-31 09:38:32
Message-ID: NDBBJMJDNACBKJFDJCJEOEIICOAA.raman@myself.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

You're right.. org.postgresql.Driver works! I didn't think to look in
src/interfaces...

Thanks a Million!!

Raman.

> From: Brett W. McCoy [mailto:bmccoy(at)chapelperilous(dot)net]
> On Fri, 30 Mar 2001, B.N.V. Raman wrote:
>
> > I tried both methods:
> >
> > 1. Class.forName("postgresql.Driver"); (in the code)
>
> You should be using org.postgresql.Driver here, shouldn't you?
>
> Same for the command line:
>
> -Djdbc.drivers=org.postgresql.Driver
>
> There are examples of this in the source code distribution under
> src/interfaces/jdbc
>
> -- Brett

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Corinne Rhodes 2001-03-31 19:36:36 CallableStatement Implementation
Previous Message Art McCready 2001-03-30 19:53:23 Copy from stdin?????