what step need to configure postgres for java application

Started by deepak palover 19 years ago3 messagesgeneral
Jump to latest
#1deepak pal
deepak.05pal@gmail.com

hi,
can anydody tell me what steps nee to configure postgres for java
application.plz give me link frm where i got driver for it.

--
Deepak Pal
Software Developer
Wicenet ltd.
Pune(M.H)

#2Eric Faulhaber
ecf@goldencode.com
In reply to: deepak pal (#1)
Re: what step need to configure postgres for java application

deepak pal wrote:

hi,
can anydody tell me what steps nee to configure postgres for java
application.plz give me link frm where i got driver for it.

--
Deepak Pal
Software Developer
Wicenet ltd.
Pune(M.H )

Deepak,

JDBC drivers and docs are provided separately. See:

http://jdbc.postgresql.org/

Drivers and docs are available there, respectively at:

http://jdbc.postgresql.org/download.html
http://jdbc.postgresql.org/documentation/81/index.html

Regards,
Eric Faulhaber

#3Guy Rouillier
guyr@masergy.com
In reply to: deepak pal (#1)
Re: what step need to configure postgres for java application

PostgreSQL is a database engine. You use it from a Java application
just like you would any other DBMS. The JDBC driver for it can be found
here: http://jdbc.postgresql.org/

--
Guy Rouillier

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of deepak pal
Sent: Wednesday, July 19, 2006 6:32 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] what step need to configure postgres for java
application

hi,
can anydody tell me what steps nee to configure postgres for
java application.plz give me link frm where i got driver for it.

--
Deepak Pal
Software Developer
Wicenet ltd.
Pune(M.H )