DAO QueryDefs and TableDefs

If you're working with an Access database, you can store parameterized queries in the database, using the MFC CDaoQueryDef class. Also, you can use the CDaoTableDef class to define tables at runtime, which is more convenient than using a SQL CREATE statement.