Product Documentation

FairCom DB API API for C# - Developers Guide

Previous Topic

Next Topic

Record Batches

There are situations where a record fetch, a record insert, or a record delete operation has to be applied to a group of related records. For example, if an invoice record is being displayed, it may be necessary to retrieve all invoice items for that invoice as well. The following code fragment shows a typical FairCom DB API C function to extract all items of an invoice, given the invoice number.

For more information about batch processing of records, see the section in the FairCom DB API C++ Developer's Guide titled Record Batches.

TOCIndex