Поделиться через


CDatabase::GetConnect

Call this member function to retrieve the connection string used during the call to OpenEx or Open that connected the CDatabase object to a data source.

const CString& GetConnect( ) const;

Возвращаемое значение

A const reference to a CString containing the connection string if OpenEx or Open has been called; otherwise, an empty string.

Заметки

See CDatabase::Open for a description of how the connection string is created.

Требования

Header: afxdb.h

См. также

Основные понятия

CDatabase Class

CDatabase Members

Hierarchy Chart

CDatabase::OpenEx

CDatabase::Open