Re: jdbc "proxy" server ... - Mailing list pgsql-jdbc

From Peter Wiley
Subject Re: jdbc "proxy" server ...
Date
Msg-id Pine.LNX.4.33.0108230946070.2122-100000@rex.vpn.mmsi.com
Whole thread Raw
In response to jdbc "proxy" server ...  ("Marc G. Fournier" <scrappy@hub.org>)
Responses Re: jdbc "proxy" server ...  ("Marc G. Fournier" <scrappy@hub.org>)
List 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 by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: jdbc "proxy" server ...
Next
From: "Marc G. Fournier"
Date:
Subject: Re: jdbc "proxy" server ...