Thread: JDBC Question

JDBC Question

From
"Dan Fitzgerald"
Date:
Is there a JDBC Driver Available for PostGre ?
 
Dan Fitzgerald
 
 
 

Re: JDBC Question

From
Silvio Macedo
Date:
>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


Re: [GENERAL] Re: JDBC Question

From
Marcin Mazurek - Multinet SA - Poznan
Date:
On Sat, 11 Dec 1999, Silvio Macedo wrote:
>Is there a JDBC Driver Available for PostGre ?
You can find in redhat-contrib, there is a .rpm with it.
mazek