http://www.perlmonks.org?node_id=1024695


in reply to Re^4: dbd odbc sql big file blues
in thread dbd odbc sql big file blues

Glad your working now. You've totally changed your stack now as you are now using a different Perl module and you're not using the freeTDS ODBC driver any more. I tried the freeTDS ODBC driver and got the same problem you did.

Replies are listed 'Best First'.
Re^6: dbd odbc sql big file blues
by CaptainDaddy (Initiate) on Mar 22, 2013 at 15:22 UTC

    One strange thing: I'm using the servername in my DSN that I defined in freetds.conf. So am I or aren't I using freeTDS with dbd::Sybase?
    Thanks.

      I've never used DBD::Sybase but I believe all you need is a CT lib which both the Sybase Open Client and freeTDS can provide. Which libraray you are using depends on how DBD::Sybase was built and what you have on your machine.