A Complicated Query
Goal of This Tutorial
The goal of Tutorial Six is to demonstrate a complicated query with the entire result set brought directly into memory. This program uses a template-based collection from the Essential Tools Module to store the data from the query. 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.