in reply to DBD::SYBASE varchar(max) problem

It seems like you're running into bug #116065: DBD-Sybase does not support [n]varchar(max). Unfortunately it doesn't seem like there is a patch (yet), so if choosing a large upper limit is an option for you, you might have to use that workaround for now.

Replies are listed 'Best First'.
Re^2: DBD::SYBASE varchar(max) problem
by bnowak008 (Initiate) on Sep 27, 2018 at 12:56 UTC
    Hmm. I came across that as well. I just find it odd that the exact same code will run perfectly fine on the freeBSD setup but on ubuntu this problem exists.
    I'm going to compare versions of sybase, DBD, and the likes and see if there is any difference.