Re: Managing database with PostgreSQL - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Managing database with PostgreSQL
Date
Msg-id 1026136308.566.76.camel@inspiron.cramers
Whole thread Raw
In response to Managing database with PostgreSQL  ("Elsa LARREUR" <elsalarreur@ifrance.com>)
Responses Re: Managing database with PostgreSQL
List pgsql-jdbc
Elsa,

Postgres doesn't work like access, connections can be made via odbc, or
jdbc.

So no you don't have to have it running locally, just make a connection
via jdbc, or odbc.

Dave
On Mon, 2002-07-08 at 08:24, Elsa LARREUR wrote:
> Hi,
>
> Up to now, I managed an Access database with a JAVA application on
> Windows NT. This database was registered in ODBC parameters.
>
> Now, I would like to port my database in order to use my appli with
> Windows or Linux, and to do it, I've chosen to use PostgreSQL.
> So, I woud like to know if we must install complete PostgreSQL
> everywhere the JAVA appli is running or not?? (like with MS Acces : only
> ".mdb" files are installed and registered). In other words, is it
> possible to manage a pgsql database saved in a specific file?
>
> Thanks for your help,
>
> E.LARREUR
>
>
> ______________________________________________________________________________
> ifrance.com, l'email gratuit le plus complet de l'Internet !
> vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
> http://www.ifrance.com/_reloc/email.emailif
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>
>






pgsql-jdbc by date:

Previous
From: "Elsa LARREUR"
Date:
Subject: Managing database with PostgreSQL
Next
From: Aslak Hellesøy
Date:
Subject: Re: [Middlegen-user] Try other one of Postgresql JDBC Driver