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.
constCString&GetTableName()const;
Return Value
A const reference to a CString that contains the table name, if the recordset is based on a table; otherwise, an empty string.
Remarks
Call this member function to get the name of the SQL table on which the recordset’s query is based. GetTableName is only valid if the recordset is based on a table, not a join of multiple tables or a predefined query (stored procedure). The name is read-only.
Important Call this member function only after calling Open.