How to retrieve result set information (ODBC)

To get information about a result set

  1. Call SQLNumResultCols to get the number of columns in the result set.
  2. For each column in the result set:

    Or

See Also
Determining the Characteristics of a Result Set SQLDescribeCol
How to process results (ODBC) SQLNumResultCols
SQLColAttribute  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.