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.
CString GetName( );
throw( CDaoException, CMemoryException );
Return Value
A CString containing the name of the recordset.
Remarks
Call this member function to retrieve the name of the recordset. The name of the recordset must start with a letter and can contain a maximum of 40 characters. It can include numbers and underscore characters but can’t include punctuation or spaces.
For more information about creating recordsets, see the article in Visual C++ Programmer's Guide. For related information, see the topic "Name Property" in DAO Help.
CDaoRecordset Overview | Class Members | Hierarchy Chart
See Also CDaoRecordset::GetDefaultDBName, CDaoRecordset::GetDefaultSQL, CDaoRecordset::GetSQL, CDaoRecordset::GetType