Re: options for launching sql script asynchronously from web app

Поиск
Список
Период
Сортировка
От TJ O'Donnell
Тема Re: options for launching sql script asynchronously from web app
Дата
Msg-id 4916399F.4050501@acm.org
обсуждение исходный текст
Ответ на options for launching sql script asynchronously from web app  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Список pgsql-general
The only way to launch an ~asynchronous~ request from a web app is using
XMLHTTPRequest.  That would be answered by a web server of
some sort.  The server can launch any app you want - to run a sql
script, say.  Authentication can be done with passwords, as usual.
Security may be an issue - you should use https, and not hard-code
passwords...all the usual security precautions.

Anything ready?  Hard to say without knowing more about your
specific needs.

TJ O'Donnell
http://www.gnova.com

> I'd like to launch some sql script asynchronously from a web app and
> have some kind of feedback later.
>
> Some form of authentication would be a plus.
>
> Is there anything ready?


В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Database access over the Internet...
Следующее
От: Michelle Konzack
Дата:
Сообщение: Re: Database access over the Internet...