Product Documentation

BTRV Edition User's Guide

Previous Topic

Next Topic

c-treeRTG BTRV Edition Login/Logout Operation

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

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

access_method://user@host/dbname?parameters

where:

  • access_method is "btrv"
  • 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