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.
CStringGetDatabaseName()const;
Return Value
A CString containing the database name if successful; otherwise, an empty CString.
Remarks
Call this member function to retrieve the name of the currently connected database (provided that the data source defines a named object called “database”). This is not the same as the data source name (DSN) specified in the OpenEx or Open call. What GetDatabaseName returns depends on ODBC. In general, a database is a collection of tables. If this entity has a name, GetDatabaseName returns it.
You might, for example, want to display this name in a heading. If an error occurs while retrieving the name from ODBC, GetDatabaseName returns an empty Cstring.
CDatabase Overview | Class Members | Hierarchy Chart
See Also CDatabase::OpenEx, CDatabase::Open, CDatabase::GetConnect