RE: Problem connecting to JDBC 7.0-1.2 driver

From: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
To: "B(dot)N(dot)V(dot) Raman" <raman(at)myself(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: RE: Problem connecting to JDBC 7.0-1.2 driver
Date: 2001-03-30 11:44:25
Message-ID: Pine.LNX.4.30.0103300641170.16730-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jim Caley 2001-03-30 14:05:16 Re: More Timestamp issues...
Previous Message Brett W. McCoy 2001-03-30 11:20:25 Re: Problem connecting to JDBC 7.0-1.2 driver