CDaoTableDef::CDaoTableDef

CDaoTableDef( CDaoDatabase* pDatabase );

Parameters

pDatabase

A pointer to a CDaoDatabase object.

Remarks

Constructs a CDaoTableDef object. After constructing the object, you must call the Create or Open member function. When you finish with the object, you must call its Close member function and destroy the CDaoTableDef object.

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::Open, CDaoTableDef::Close, CDaoTableDef::Create, CDaoDatabase