CDaoQueryDef::GetODBCTimeout
Call this member function to retrieve the current time limit before a query to an ODBC data source times out.
short GetODBCTimeout( );
Return Value
The number of seconds before a query times out.
Remarks
For information about this time limit, see the topic "ODBCTimeout Property" in DAO Help.
팁
The preferred way to work with ODBC tables is to attach them to a Microsoft Jet (.MDB) database. For more information, see the topic "Accessing External Databases with DAO" in DAO Help.
Requirements
Header: afxdao.h
See Also
Reference
CDaoQueryDef::GetReturnsRecords