Re: [INTERFACES] JDBC postgresql.Driver - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: [INTERFACES] JDBC postgresql.Driver
Date
Msg-id Pine.LNX.4.04.9901210816230.14641-100000@taer.maidstone.gov.uk
Whole thread Raw
In response to JDBC postgresql.Driver  (David Giffin <david@agent911.com>)
List pgsql-interfaces
On Wed, 20 Jan 1999, David Giffin wrote:

>
> Hello,
>
> I'm trying out an O'Reilly java example on my Windows95 machine. I have
> downloaded the precompiled version of postgresql.jar. But for some reason
> the the complier doesn't recongize that the postgresql driver is there.
>
> ---
> C:\WINDOWS\DESKTOP>javac -classpath c:\windows\desktop\postgresql.jar
> ExecuteSQL
> .java
> ExecuteSQL.java:33: Undefined variable or class name: postgresql
>   Class.forName(postgresql.Driver);
>                 ^

You missed out the quotes:

>   Class.forName("postgresql.Driver");

> Should I being calling the driver by a different name? I'm not sure what
> is going on here?

Just the quotes are missing. It should work fine from there.

Peter

--
Peter Mount, IT Section
petermount@it.maidstone.gov.uk
Anything I write here are my own views, and cannot be taken as being the
official words of Maidstone Borough Council



pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [INTERFACES] ECPG Question
Next
From: Pavel PaJaSoft Janousek
Date:
Subject: Problem with Perl, DBI and Postgress 6.4.2