Re: RAD with postgreSQL - Mailing list pgsql-general

From Philippe Lang
Subject Re: RAD with postgreSQL
Date
Msg-id 6C0CF58A187DA5479245E0830AF84F420803E5@poweredge.attiksystem.ch
Whole thread Raw
In response to RAD with postgreSQL  (Eric <ericg@conceptid.ca>)
List pgsql-general
>I would prefer open-source solution if possible.  I also would like to
>developp on my linux box but the result will be used on a windows 2000
>and XP machine.  But If I have no choice, I will developp on winXP.
>
>Any suggestion?
>
>

It has nothing to do with open-source, but I suggest you have a look at
MS Access. The ODBC driver for Postgresql gives me very good results.
Development is really quick, and performance is   great if you push your
code to the server, in plpgsql functions. This is what we call
"client-server thin client" and is opposed to "client-server fat
client".

Philippe Lang

pgsql-general by date:

Previous
From: Secrétariat
Date:
Subject: PL-PGSQL language
Next
From: Tom Lane
Date:
Subject: Re: Passing RECORD variable from func1() to func2()