qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ISAM Reserved Words
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 ISAM Reserved Words
 
 ■ ISAM keywords are reserved in both the Standard and Professional editions
   of Visual Basic for MS-DOS. ISAM functionality, however, is available in
   the Professional edition only.
 
   ALL                 BEGINTRANS          BOF                 CHECKPOINT
   COMMITTRANS         CREATEINDEX         DELETE              DELETEINDEX
   DELETETABLE         GETINDEX$           INSERT              ISAM
   MOVEFIRST           MOVELAST            MOVENEXT            MOVEPREVIOUS
   RETRIEVE            ROLLBACK            SAVEPOINT           SEEKEQ
   SEEKGE              SEEKGT              SETINDEX            TEXTCOMP
   UPDATE
 
 ■ ISAM-specific functionality is available with the following statements
   and functions in the Professional edition of Visual Basic for MS-DOS:
 
   CLOSE               EOF                 FILEATTR            LOF
   OPEN                TYPE
 
 See: ISAM Database Development  Visual Basic Reserved Words