APPEND BLANK Can Cause Database Header ContentionLast reviewed: June 27, 1995Article ID: Q99613 |
The information in this article applies to:
SYMPTOMSError 108, "File is in use by another," occurs if multiple workstations on a network perform a APPEND BLANK command simultaneously.
CAUSEThe database header is briefly locked by the APPEND command, preventing access by multiple users.
RESOLUTIONEither of the following methods can be used to solve this problem:
MORE INFORMATIONThis problem can be reproduced by allowing two or more workstations to execute the following code:
SELECT <some database name> FOR i = 1 TO 1000 APPEND BLANK ENDFOR |
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a REPROCESS
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |