Processing Results (ODBC)

How to Install SQL Server 2000

How To

Processing Results (ODBC)

Processing results in an ODBC application involves first determining the characteristics of the result set, then retrieving the data into program variables by using either SQLBindCol or SQLGetData.