Chapter 11 Programming with DAO in C++ and Java

This chapter describes how to use Data Access Objects (DAO) in languages other than Basic to access Microsoft Jet programmatically. It begins with a description of the three methods of programming with DAO: the DAO Automation interfaces, the dbDAO classes, and the Microsoft Foundation Classes (MFC) DAO classes. The chapter then describes how to use the dbDAO classes in C++. This section includes a simple dbDAO application that shows how to program with dbDAO. The final section of this chapter illustrates how to use the DAO Automation interfaces in Visual J++.

Programming with DAO

Using Microsoft Visual C++ and the dbDAO Classes

Using Microsoft Visual J++ and the DAO Automation Interfaces