in reply to dbi between nt and unix (code)

Have you considered using DBD::Proxy and DBI::ProxyServer to communicate between the boxes?
It seems quite a good solution to this sort of problem.


When the bells justle in the tower, the hollow night amid. Then on my tongue the taste is sour, of all I ever did....

Replies are listed 'Best First'.
Re: Re: dbi between nt and unix (code)
by clemburg (Curate) on Jun 21, 2001 at 14:49 UTC

    I want to second this recommendation. Using DBD::Proxy and DBI::ProxyServer is a very good approach to NT/Unix cross-platform database access. The only drawback is that you will have one server process more on the database server. You might have to fiddle with the default transfer unit lengths if you transfer a lot of BLOB stuff, like image data or so. I have used this approach several times at work, and it is the perfect thing to do if you need the access only for a limited time, like when you are porting legacy data. Much easier to install then anything else, IMHO.

    Christian Lemburg
    Brainbench MVP for Perl
    http://www.brainbench.com