Re: JDBC Question - Mailing list pgsql-general

From Silvio Macedo
Subject Re: JDBC Question
Date
Msg-id Pine.LNX.4.21.9912111129200.31408-100000@test133.ee.ic.ac.uk
Whole thread Raw
In response to JDBC Question  ("Dan Fitzgerald" <danfitzgerald@home.com>)
Responses Re: [GENERAL] Re: JDBC Question
List pgsql-general
>Is there a JDBC Driver Available for PostGre ?
>
>Dan Fitzgerald
>
>danfitzgerald@home.com

Sure. Check <postgres_source_dir>/src/interfaces/jdbc .

To make the driver do a :
make all
The makefile will create a "postgresql.jar" that you should add to your
CLASSPATH, (or add to the java commmand line everytime).

To see examples, check <postgres_source_dir>/src/interfaces/jdbc/example

If you used RedHat RPM, I'm not sure, but you may need to download the
pg source tar.gz in order to have this stuff.


Good Luck!

--
``````````````` Silvio Emanuel Nunes Barbosa de Macedo '''''''''''''''''''
smacedo@ic.ac.uk                                         smacedo@inescn.pt
Imperial College, University of London                         INESC Porto
Intelligent and Interactive Systems                Telecom. and Multimedia
Exhibition Road,                                       Pc da Republica, 93
London SW7 2AZ, England                            4050-497 PORTO PORTUGAL
Tel:+44 171 5946323                                    Tel:+351 22 2094220


pgsql-general by date:

Previous
From: "Differentiated Software Solutions Pvt. Ltd."
Date:
Subject: Spin lock error
Next
From: Marcin Mazurek - Multinet SA - Poznan
Date:
Subject: Re: [GENERAL] Re: JDBC Question