CDaoWorkspace::Append

void Append( );
throw( CDaoException, CMemoryException );

Remarks

Call this member function after you call Create. 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 more information about workspaces, see the article DAO Workspace. For more information about the database engine, see the article DAO Workspace: The Database Engine. Both articles are in Visual C++ Programmer's Guide. For related information, see the topic "Append Method" in DAO Help.

CDaoWorkspace OverviewClass MembersHierarchy Chart