Product Documentation

BTRV Edition User's Guide

Previous Topic

Next Topic

Sample Program: btrv_tutorial1

A c-treeRTG BTRV Edition tutorial can be found in the in the tutorials directory under the ctree.btrv driver.

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

The goal of this tutorial is to introduce the most basic c-treeRTG BTRV Edition 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