Re: RAD with postgreSQL

From: "Philippe Lang" <philippe(dot)lang(at)attiksystem(dot)ch>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: RAD with postgreSQL
Date: 2004-09-06 18:32:25
Message-ID: 6C0CF58A187DA5479245E0830AF84F420803E5@poweredge.attiksystem.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2004-09-06 18:45:13 Re: PL-PGSQL language
Previous Message Tom Lane 2004-09-06 18:32:20 Re: Passing RECORD variable from func1() to func2()