MDAC 2.5 SDK - Visual FoxPro ODBC Driver


 

SQLBindCol

Support: Full  
ODBC API Conformance: Core Level

Assigns storage space for a result column and specifies the type of the result. When SQLFetch or SQLExtendedFetch is called, the driver places the data for all bound columns in the assigned locations. See SQLGetTypeInfo for the mapping between ODBC and Visual FoxPro data types.

For more information, see SQLBindCol in the ODBC Programmer's Reference.