KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q68339: ISAM Files Cannot Be Opened by Multiple Networked Workstations

Article: Q68339
Product(s): See article
Version(s): 7.00 7.10 | 7.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | SR# S910107-151 docerr | mspl13_basic
Last Modified: 16-JAN-1991

The note on page 336 of the "Microsoft BASIC 7.0: Programmer's Guide"
for Microsoft BASIC PDS 7.00 and 7.10 incorrectly states that you can
open an ISAM database for read-only by one BASIC process and then have
another BASIC process open it for reading as well.

If a database is already open, even if it is opened for read-only
access, the ISAM engine will generate a "Permission denied" error when
another process attempts to open the database. If the first process
closes the file, then the second process can access it.

This information apples to Microsoft BASIC PDS versions 7.00 and 7.10
for MS-DOS and 7.10 for MS OS/2.

Note that "processes" refer to two separate programs or users
attempting to access a file on a network server. However, this can
also apply to two separate programs under multitasking, systems such
as OS/2 or Microsoft Windows.

For an in-depth explanation for why BASIC PDS 7.10 does not yet
support multiuser ISAM, query on the following:

   why and BASIC and multiuser and ISAM

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.