Re: Managing database with PostgreSQL

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Elsa LARREUR <elsalarreur(at)ifrance(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Managing database with PostgreSQL
Date: 2002-07-08 13:51:17
Message-ID: 1026136308.566.76.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
>
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Aslak Hellesøy 2002-07-08 14:06:14 Re: [Middlegen-user] Try other one of Postgresql JDBC Driver
Previous Message Robert Treat 2002-07-08 13:25:38 Re: DBVisualizer Null Pointer Exception