How to: Retrieve Result Set Information (ODBC)

새 설치: 2006년 4월 14일

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

    • Call SQLColAttribute to get specific descriptor information about the result column.

참고 항목

개념

Determining the Characteristics of a Result Set (ODBC)

관련 자료

Processing Results (ODBC) (How to)

도움말 및 정보

SQL Server 2005 지원 받기