Re: Incomplete query result

2007-12-13 Thread wetmonkey
Nevermind I just found the solution from the PHP manual page... http://us2.php.net/manual/en/function.mssql-query.php#69695 It wasn't a cake issue but rather a PHP + Windows issue. On Dec 13, 3:02 pm, wetmonkey <[EMAIL PROTECTED]> wrote: > I am running CakePHP 1.1.18.x on Windo

Incomplete query result

2007-12-13 Thread wetmonkey
I am running CakePHP 1.1.18.x on Windows 2003 Server, IIS, and MS SQL 2000. I'm querying a table with a column defined as varchar(2000) and the query result only returns 256 chars for that column. I tried the page on a Linux, Apache, and MS SQL environment and I get the proper result. Anyone kno