PHP Manual: mssql_field_type
mssql_field_type
Description
string mssql_field_type ( resource result [, int offset] )
Returns the type of field no. offset in
result.
Parameters
resultThe result resource that is being evaluated. This result comes from a call to mssql_query().
offsetThe field offset, starts at 0. If omitted, the current field is used.