qb45qck.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.
ACCESS
:nACCESS Clause in the OPEN Statement
ACCESS Clause
 
Syntax
  {ACCESS READ | ACCESS WRITE | ACCESS READ WRITE}
 
The ACCESS clause is used in the OPEN statement. It works only if you
are using a version of DOS that supports networking (DOS Versions 3.0
or later).
 
  ■ READ          Opens a file for reading only.
  ■ WRITE         Opens a file for writing only.
  ■ READ WRITE    Opens a file for both reading and writing. This mode
                  is valid only for RANDOM and BINARY files and files
                  opened for APPEND.
 
See Also  OPEN