Hello Daniel
We are also developing a web-cgi-postgresql environment. We decided to go
with Perl since it is easy to change the scripting and also because Apache
supports it with the module mod_perl. We are currently developing using the
CGI principle but as the system moves to final development, we will modify
the Perl scripts to run with mod_perl. You might also care to take a look
at C-or-java-servlets if performance is an issue and complexity is not.
Magnus
________________________________________________________
Magnus Mengelbier
Technical Consultant
Clinical Data Care
S:t Lars v. 41
SE-222 70 LUND
SWEDEN
Phone +46 46 14 22 80
Fax +46 46 13 04 90
Email magnus.mengelbier@clinicaldatacare.com
Web http://www.clinicaldatacare.com
> -----Original Message-----
> From: Daniel Stolk [SMTP:stolkd@email.com]
> Sent: den 24 augusti 1999 13:03
> To: pgsql-interfaces@hub.org
> Subject: [INTERFACES] Trying to find a PostgreSQL interface
>
> Hi,
>
> I'm needing to access my PostgreSQL database from the web, or actually
> the customers need to. I was originally using C with the libpq library,
> but I was wondering if there are some programs out there that would make
> it easier and faster for me to set things up? If there aren't, what
> kind of interface would be best to use? I was looking at PHP, but I'm
> not sure it will be as powerful as C, but maybe it is powerful enough.
>
> Thanks for any help, Daniel Stolk
>
> ************