SourcePro DB lets you interact with your database using C++. The core classes of the DB Interface Module encapsulate SQL 92 Data Manipulation Language (DML) and Data Definition Language (DDL) constructs. In this chapter, we discuss the classes that encapsulate basic database constructs, primarily connections and tables. In
Chapter 5, The Data Manipulation Classes, we discuss the classes that encapsulate basic data manipulation operations:
SELECT, INSERT, UPDATE, and
DELETE, and the related topics of stored procedures and cursors.
The example programs used in these chapters are listed in
Table 5 . If you are reading this manual online, click the number of an example to jump to the code: