On Tue, Sep 23, 2008 at 10:43 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote:
> Andrew Ballard wrote:
> [snip]
>>
>> 4K limit on TEXTSIZE
>
> [/snip]
>
> As far as I was aware this was a PHP thing that can be changed in your
> php.ini [mssql.textlimit and mssql.textsize]
>

We have, and it affects the regular MSSQL functions, but not
PDO_MSSQL. What's more, I just discovered that with PDO_MSSQL, not
only are TEXT/NTEXT fields truncated to 4K, VARCHAR/NVARCHAR fields
are apparently truncated to 255 characters.

Andrew

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to