| From: | Thomas Good <tomg(at)q8(dot)nrnet(dot)org> |
|---|---|
| To: | Andrew Dellinger <aedellin(at)mindspring(dot)com> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: web interface for postgreSQL-P.S. |
| Date: | 2000-12-18 17:57:17 |
| Message-ID: | Pine.LNX.3.96.1001218125513.1003A-100000@q8.nrnet.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
--------------------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brett W. McCoy | 2000-12-18 18:10:44 | Re: web interface for postgreSQL |
| Previous Message | Andrew Dellinger | 2000-12-17 00:30:45 | web interface for postgreSQL-P.S. |