Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this member function as part of the process of setting up a SQL pass-through query to an external database.
void SetReturnsRecords(
BOOL bReturnsRecords
);
Parameters
- bReturnsRecords
Pass TRUE if the query on an external database returns records; otherwise, FALSE.
Remarks
In such a case, you must create the querydef and set its properties using other CDaoQueryDef member functions. For a description of external databases, see SetConnect.
Requirements
Header: afxdao.h
See Also
Reference
CDaoQueryDef::GetReturnsRecords