Database Topics (General)
| Overview | How Do I | FAQ | ODBC Driver List
MFC supports two different kinds of database access:
Via Data Access Objects (DAO) and the Microsoft Jet database engine
Via Open Database Connectivity (ODBC) and an ODBC driver
Both of these supply abstractions that simplify working with databases, complete with the speed, power, and flexibility of C++. Both integrate your data access work with the MFC application framework.