Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
To get information about a result set
Call SQLNumResultCols to get the number of columns in the result set.
For each column in the result set:
- Call SQLDescribeCol to get information about the result column.
Or
- Call SQLColAttribute to get specific descriptor information about the result column.
See Also
Processing Results How-to Topics (ODBC)
Determining the Characteristics of a Result Set (ODBC)