in reply to Connecting to MS-SQL Server using Perl on a Linux box.

Fear not, for it can be done. First question, of course, is the version of MS SQL since this will be the deciding factor.

If you have 6.5, then you have nothing to fear at all. Use DBD::Sybase with the free CTLibs and all is well.

7.0 is the real test of any monk. I am currently doing okay with DBD::ODBC and drivers from OpenLink Software. As noted in Re: Re: Re: Perl to MS Access with DBI:ODBC on Unix, you may run into a memory leak. I don't have hard numbers that demonstrate how fast this leak occurs, but TStanley mentioned Merant as an alternative. (Sorry, I don't have that URL). I also can't seem to find the node I want to link where I've got more information. I'll update this once I find it so I don't have to go through the whole rigamarole again.

ALL HAIL BRAK!!!

  • Comment on Re: Connecting to MS-SQL Server using Perl on a Linux box.

Replies are listed 'Best First'.
Re: Re: Connecting to MS-SQL Server using Perl on a Linux box.
by TStanley (Canon) on Jan 05, 2001 at 10:36 UTC
    Merant can be found here

    TStanley
    There can be only one!