Обсуждение: what step need to configure postgres for java application

Поиск
Список
Период
Сортировка

what step need to configure postgres for java application

От
"deepak pal"
Дата:
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 )

Re: what step need to configure postgres for java application

От
Eric Faulhaber
Дата:
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

Re: what step need to configure postgres for java application

От
"Guy Rouillier"
Дата:
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 )