Search found 1 match

by magmy
Sun May 16, 2004 10:00 am
Forum: Databases
Topic: large text bits
Replies: 8
Views: 774

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...