Re: web interface for postgreSQL-P.S. - Mailing list pgsql-novice

From Thomas Good
Subject Re: web interface for postgreSQL-P.S.
Date
Msg-id Pine.LNX.3.96.1001218125513.1003A-100000@q8.nrnet.org
Whole thread Raw
In response to web interface for postgreSQL-P.S.  ("Andrew Dellinger" <aedellin@mindspring.com>)
List pgsql-novice
On Sat, 16 Dec 2000, Andrew Dellinger wrote:

> I need to build a web interface for postgreSQL.
> Beyond doing something with java, what are my options?
>
> I have been playing around with perl, but I can't figure out how to
> get javascript and perl to interact.

use CGI;

... in your code do the usual
<SCRIPT>
</SCRIPT>

> PS I need the interface to be dynamic (able to insert and modify data).

I run perl CGI scripts for both Postgres and Mumps...samples available.
You will need DBI to use my samples or you can hack them to use
whatever interface you prefer.

--------------------------------------------------------------------
               SVCMC - Center for Behavioral Health
--------------------------------------------------------------------
Thomas Good                          tomg@ { admin | q8 } .nrnet.org
IS Coordinator / DBA                 Phone: 718-354-5528
                                     Fax:   718-354-5056
--------------------------------------------------------------------
Powered by:  PostgreSQL     s l a c k w a r e          FreeBSD:
               RDBMS       |---------- linux      The Power To Serve
--------------------------------------------------------------------


pgsql-novice by date:

Previous
From: "Andrew Dellinger"
Date:
Subject: web interface for postgreSQL-P.S.
Next
From: "Brett W. McCoy"
Date:
Subject: Re: web interface for postgreSQL