what step need to configure postgres for java application

Lists: pgsql-general
From: "deepak pal" <deepak(dot)05pal(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: what step need to configure postgres for java application
Date: 2006-07-19 10:31:32
Message-ID: 5d9b30f0607190331n6aaa92bfua7db5e876ecf60d3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

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)


From: Eric Faulhaber <ecf(at)goldencode(dot)com>
To: deepak pal <deepak(dot)05pal(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: what step need to configure postgres for java application
Date: 2006-07-19 16:33:24
Message-ID: 44BE5ED4.3070706@goldencode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

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


From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: what step need to configure postgres for java application
Date: 2006-07-19 17:20:14
Message-ID: D4D1632DC736E74AB95FE78CD60900790127F0@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

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(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of deepak pal
Sent: Wednesday, July 19, 2006 6:32 AM
To: pgsql-general(at)postgresql(dot)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 )