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


CDaoWorkspace::Append

Call this member function after you call Create.

virtual void Append( );

Заметки

Append appends a newly created workspace object to the database engine's Workspaces collection. Workspaces do not persist between database engine sessions; they are stored only in memory, not on disk. You do not have to append a workspace; if you do not, you can still use it.

An appended workspace remains in the Workspaces collection, in an active, open state, until you call its Close member function.

For related information, see the topic "Append Method" in DAO Help.

Требования

Header: afxdao.h

См. также

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

CDaoWorkspace Class

CDaoWorkspace Members

Hierarchy Chart