in reply to Re: Calling a Sybase Procedure with NUL in a parm
in thread Calling a Sybase Procedure with NUL in a parm

CTlib can handle embedded nul bytes. However, DBD::Sybase does indeed assume NULL terminated strings for CHAR/VARCHAR parameters (which could be construed as a bug, I suppose).

Michael

  • Comment on Re: Re: Calling a Sybase Procedure with NUL in a parm