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.
| 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.