Describe Col All (Results Menu)

The Describe Col All function tool displays the column name, type, column size, decimal digits, and nullability of each column in the result set on the current StatementHandle. This tool performs the following actions:

  1. Calls SQLNumResultCols to determine the number of columns in the result set.

  2. Calls SQLDescribeCol for each column in the result set.