CDaoTableDef::Open

virtual void Open( LPCTSTR lpszName );
throw( CDaoException, CMemoryException );

Parameters

lpszName

A pointer to a string that specifies a table name.

Remarks

Call this member function to open a tabledef previously saved in the database’s TableDef’s collection.

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

CDaoTableDef OverviewClass MembersHierarchy Chart

See Also   CDaoTableDef::IsOpen, CDaoTableDef::Create, CDaoTableDef::Close