This section covers the technologies you can use for database programming in Visual C++.
In This Section
- Data Access Programming
-
Describes data access programming with Visual C++, where the preferred way is to use one of the class libraries such as the Active Template Class Library (ATL) or Microsoft Foundation Class (MFC) Library, which simplify working with the database APIs.
- OLE DB Programming
-
Provides links to conceptual topics discussing the OLE DB database technology and the OLE DB Template Library.
- Open Database Connectivity (ODBC)
-
Provides links to conceptual topics discussing targeting ODBC with MFC.
- Data-Bound Controls (ADO and RDO)
-
Discusses a reusable databinding mechanism through ActiveX controls in MFC projects that lets you rapidly develop database applications.