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 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 and in Visual C++ Programmer's Guide.
CDaoTableDef Overview | Class Members | Hierarchy Chart
See Also CDaoTableDef::IsOpen, CDaoTableDef::Create, CDaoTableDef::Close