Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 and in Visual C++ Programmer's Guide. For related information, see the topic "Close Method" in DAO Help.
CDaoTableDef Overview | Class Members | Hierarchy Chart
See Also CDaoTableDef::Open, CDaoTableDef::Create