Processing Results How-to Topics (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.

In This Section

See Also

Other Resources

ODBC How-to Topics