Re: web interface for postgreSQL-P.S.

Поиск
Список
Период
Сортировка
От Thomas Good
Тема Re: web interface for postgreSQL-P.S.
Дата
Msg-id Pine.LNX.3.96.1001218125513.1003A-100000@q8.nrnet.org
обсуждение исходный текст
Ответ на web interface for postgreSQL-P.S.  ("Andrew Dellinger" <aedellin@mindspring.com>)
Список 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 по дате отправления:

Предыдущее
От: "Andrew Dellinger"
Дата:
Сообщение: web interface for postgreSQL-P.S.
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: web interface for postgreSQL