Database Topics (General)

OverviewHow Do IFAQ   |  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.

Frequently Asked Questions About MFC Database Support

What do you want to do?