On Thu, Sep 27, 2001 at 06:09:43PM -0700, Andy Lim wrote:
> This might be a stupid question.
> I have two web servers. One is my main web server which runs under linux and
> EMBPERL. (Web server-A)
> The other is a windows based web server. (Web server - B)
> 
> I have ODBC connection setup between server B and unidata server. But can't
> have connection from server A because they don't have ODBC driver for Linux
> yet.

if server B can use (perl) DBI to access the database, DBD::Proxy
might be the cleanest solution.

otherwise (as andrew said), an LWP client to access a cgi on server B.
if you can write a custom script for B, you can probably return the
data in a more "helpful" format than HTML.

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to