RE: Problem connecting to JDBC 7.0-1.2 driver - Mailing list pgsql-jdbc

From B.N.V. Raman
Subject RE: Problem connecting to JDBC 7.0-1.2 driver
Date
Msg-id NDBBJMJDNACBKJFDJCJEOEIICOAA.raman@myself.com
Whole thread Raw
In response to RE: Problem connecting to JDBC 7.0-1.2 driver  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
List 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@chapelperilous.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


pgsql-jdbc by date:

Previous
From: Art McCready
Date:
Subject: Copy from stdin?????
Next
From: "Corinne Rhodes"
Date:
Subject: CallableStatement Implementation