Product Documentation

FairCom RTG BTRV User Guide

Previous Topic

Next Topic

Sample Program: ISAM_tutorial1

A FairCom DB ISAM tutorial can be found in the in the tutorials directory under the ctree.ISAM driver.

Note: This tutorial explains how to program an application that uses FairCom DB. These procedures are NOT necessary for using FairCom DB ISAM, which simply involves installing, migrating, and configuring as explained in this guide.

The goal of this tutorial is to introduce the most basic FairCom DB ISAM API to accomplish creating and manipulating a table. From a functional point of view this application will perform the following:

  1. Log onto a session.
  2. Add a table with some fields.
  3. Populate the table with a few records.
  4. Display the contents of the table.

TOCIndex