Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: dbi between nt and unix (code)

by Jonathan (Curate)
on Jun 20, 2001 at 19:50 UTC ( [id://90051]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://90051]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-19 08:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found