Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
void SetReturnsRecords( BOOL bReturnsRecords );
throw( CDaoException, CMemoryException );
Parameters
bReturnsRecords
Pass TRUE if the query on an external database returns records; otherwise, FALSE.
Remarks
Call this member function as part of the process of setting up an SQL pass-through query to an external database. 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.
For information about querydefs, see the article . For information about external data sources, see the article . Both articles are in Visual C++ Programmer's Guide. For related information, see the topic "ReturnsRecords Property" in DAO Help.
CDaoQueryDef Overview | Class Members | Hierarchy Chart
See Also CDaoQueryDef::GetReturnsRecords, CDaoQueryDef::SetName, CDaoQueryDef::SetSQL, CDaoQueryDef::SetConnect, CDaoQueryDef::SetODBCTimeout