Looking for way to connect applet to remote database

From: Glenn_Wiens(at)via-christi(dot)org
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Looking for way to connect applet to remote database
Date: 2000-02-13 03:00:28
Message-ID: 86256884.001026FB.00@vchub.via-christi.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi --

As I understand it, my applet (which is served up by my web server) cannot
legally connect to my database (which is running on a different server than my
web server). What I think I need is some sort of process running in background
which would proxy my applet's jdbc requests to my remote postgresql database.

As a point of reference, I have an Oracle database which comes with a Connection
Manager which seems to enable this sort of behavior. I have searched the
postgresql mail archives but I haven't been able to locate this here. Does
anyone know of something like this?

Thanks,

Glenn

Browse pgsql-interfaces by date

  From Date Subject
Next Message S.F. Lee 2000-02-13 07:46:21 Re: [INTERFACES] ecpg core dump
Previous Message Glenn_Wiens 2000-02-13 02:51:56 Looking for way to connect applet to remote database