Retrieving Data from a Table
Goal of This Tutorial
The goal of Tutorial One is to demonstrate how to retrieve data from a table in a database. The DB Interface Module allows results of a database query to be placed into an arbitrary struct or class instance with minimal programming overhead. This tutorial illustrates this important feature.
The following sections give an overview of the project, explain how to execute the program and to verify the program output, and discuss relevant parts of the source code in detail.