Compartir a través de


How to: Retrieve Result Set Information (ODBC)

Nuevo: 14 de abril de 2006

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.

Vea también

Conceptos

Determining the Characteristics of a Result Set (ODBC)

Otros recursos

Processing Results (ODBC) (How to)

Ayuda e información

Obtener ayuda sobre SQL Server 2005