Product Documentation

FairCom RTG BTRV User Guide

Previous Topic

Next Topic

FairCom DB ISAM Login/Logout Operation

The ISAM Login/Logout operation (ISAM opcode 78) is now supported.

The ISAM application must call the ISAM Login API passing a URI in the ISAM standard format:

access_method://user@host/dbname?parameters

where:

  • access_method is "ISAM"
  • user is the c-tree Server user ID
  • dbname is the c-tree Server name
  • user password is specified in parameters as "pwd=password"

If the Login operation returns successfully, all subsequent operations will be operated on the specified server until a Logout operation is called.

TOCIndex