CRecordset::OnWaitForDataSource

In MFC 4.2, CRecordset::OnWaitForDataSource became obsolete.

Remarks

The MFC ODBC classes now use only synchronous processing. To start an asychronous operation, you must directly call the ODBC API function SQLSetConnectOption. For more information, see the topic "Executing Functions Asynchronously" in the Windows SDK.

Requirements

Header: afxdb.h

See Also

Reference

CRecordset Class

Hierarchy Chart

Other Resources

CRecordset Members