Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

Log Paths

SETLOGPATH() sets the path for the transaction processing log files, start files and temporary support files for single-user TRANPROC applications.

Call SETLOGPATH() before the actual initial call to FairCom DB, i.e., before the call to InitCTree(), InitISAM(), etc. It does not set uerr_cod, but returns the error code or zero if successful. If FairCom DB is shutdown and restarted within an application, SETLOGPATH() must be repeated just prior to each initial call to FairCom DB.

If ctNOGLOBALS is used, the instance must be registered with RegisterCtree() before SETLOGPATH() is called.

See SETLOGPATH for additional information.

TOCIndex