CDaoTableDef::Close

virtual void Close( );
throw( CDaoException, CMemoryException );

Remarks

Call this member function to close and release the tabledef object. Usually after calling Close, you delete the tabledef object if it was allocated with new.

You can call Open again after calling Close. This lets you reuse the tabledef object.

For more information on tabledefs, see the articles DAO Tabledef and DAO Tabledef: Using Tabledefs in Visual C++ Programmer's Guide. For related information, see the topic "Close Method" in DAO Help.

CDaoTableDef OverviewClass MembersHierarchy Chart

See Also   CDaoTableDef::Open, CDaoTableDef::Create