I was using Apache 1.3.14 with PHP 4.0.2 and MSSQL 200, upgraded to PHP 4.2.3 and having trouble with my results. The sql queries that use to work now return only partial data. For example, the answer field should read "And in 1972 the company formed a strategic alliance with Company X." But what I am getting is "And in 1972 the comp" and that is it. I have run the sql against the database and get the entire data set in query analyzer. The other thing that I did change was I am using a DSN connection instead of ODBC. I was getting nothing with ODBC. No errors anywhere so I am at a loss.
So why am I getting the short data set?
Thanks.