I'm using odbc to connect to mssql on iis. Everything works great, except returning a field greater than 255. I tried to use the following code:
odbc_binmode($content, ODBC_BINMODE_PASSTHRU);
odbc_longreadlen($content, 800000);
Won't work. Please Please Please help. I only get 255 characters. It's getting a little rediculous.