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

From Brett W. McCoy
Subject RE: Problem connecting to JDBC 7.0-1.2 driver
Date
Msg-id Pine.LNX.4.30.0103300641170.16730-100000@chapelperilous.net
Whole thread Raw
In response to RE: Problem connecting to JDBC 7.0-1.2 driver  ("B.N.V. Raman" <raman@myself.com>)
Responses RE: Problem connecting to JDBC 7.0-1.2 driver
List pgsql-jdbc
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
                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Memory should be the starting point of the present.


pgsql-jdbc by date:

Previous
From: "B.N.V. Raman"
Date:
Subject: RE: Problem connecting to JDBC 7.0-1.2 driver
Next
From: Jim Caley
Date:
Subject: Re: More Timestamp issues...