JavaScript EditorDhtml editor     Free javascript download 



Main Page

NoteNote

To use the MFC database classes for targeting a Win32 platform (such as WindowsВ NT), you must have the 32-bit ODBC driver for your data source. Some drivers are included with Visual C++; others can be obtained from Microsoft and other vendors. For more information, see ODBC Driver List.

This topic introduces the main concepts of the Microsoft Foundation Classes (MFC) library's ODBC-based database classes and provides an overview of how the classes work together. For more information about ODBC and MFC, see the following topics:

The MFC database classes based on ODBC are designed to provide access to any database for which an ODBC driver is available. Because the classes use ODBC, your application can access data in many different data formats and different local/remote configurations. You do not have to write special-case code to handle different database management systems (DBMSs). As long as your users have an appropriate 32-bit ODBC driver for the data they want to access, they can use your program to manipulate data in tables stored there.

See Also



JavaScript EditorDhtml editor     Free javascript download