This directory contains samples of work with Linter
through CALL interface and makefile for them.
To build samples you should submit make in this directory.

STEP.C     - first step in using RDBMS Linter CALL-interface
SELECT.C   - using of commands  'SLCT','GETP','GETN','GETS','GETL',
CURRENT.C  - using of commands CURRENT OF CURSOR.
GETANS.C   - using of command  'GETA'.
INSERT.C   - using of "not SELECT" command '    '.
LOCKREL.C  - "blocking command" 'LREL' using.
COMMIT.C   - "transaction's commit command" 'COMT' using.
ROLLBACK.C - "transaction's rollback command" 'RBAC' using.

PERSON, AUTO and FINANCE tables have to be in the testing database for using
these samples.

Building of these samples from the source code
  nmake /f makefile.vc - Microsoft C/C++
  wmake /f makefile.wc - Watcom C/C++
  make - for UNIX compilation system
