Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

Client/Server Support

Follow these steps to enable this feature in client/server mode:

  1. Specify the following keyword in the FairCom Server configuration file:

    COMPATIBILITY USE_CHARUPPER

  2. Add #define ctUSE_CHARUPPER to the makefile used to compile your c-tree client library as shown below:


echo #define ctUSE_CHARUPPER >>$(fcTOM)\ctoptn.h

TOCIndex