Below is a trick that I discovered for obtaining varchar texts larger than 255 characters when fetching rows using mssql. Let us say that you have a table T with a field F of type varchar(2000). A typical select statement for obtaining F from T looks like this: $result = mssql_query("select F f...