Re: jdbc "proxy" server ...

Поиск
Список
Период
Сортировка
От Peter Wiley
Тема Re: jdbc "proxy" server ...
Дата
Msg-id Pine.LNX.4.33.0108230946070.2122-100000@rex.vpn.mmsi.com
обсуждение исходный текст
Ответ на jdbc "proxy" server ...  ("Marc G. Fournier" <scrappy@hub.org>)
Ответы Re: jdbc "proxy" server ...
Список pgsql-jdbc
I've got a pile of RMI/JDBC code that does something damn close if not
exactly what you want. Client & server ends. I wrote it to allow
interactive queries & display the results in a Java applet or application
then extended it to allow interactive and/or batch insert/update/delete
functionality with (optionally) an email back telling you what happened to
your batch SQL.

It's known to work against Informix, Oracle 8i and I think PostgreSQL -
certainly there's no reason why it won't asit just loads the appropriate
JDBC driver.

Email me if you're interested.

Peter Wiley

On Wed, 22 Aug 2001, Marc G. Fournier wrote:

>
> have a database behind a firewall ... we'd like to make connections
> available to that machine through a machine outside of the firewall, so
> that its a secure connection to the "proxy", and in-secure from
> proxy->database ...
>
> the 'clients' will be written in java ...
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: jdbc "proxy" server ...
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: jdbc "proxy" server ...