Using Microsoft Visual C++ and the dbDAO Classes

The purpose of the dbDAO classes is to make the resulting DAO C++ code as similar to equivalent Visual Basic code as possible. Fundamental DAO concepts such as properties, methods, and collections are supported by the dbDAO classes.

This section introduces a simple dbDAO application that illustrates how to program with dbDAO. Then it provides information about specific differences between dbDAO and Visual Basic DAO.