ACC: SCSI Drives Generate "Corruption" Error Loading DatabaseLast reviewed: May 7, 1997Article ID: Q100159 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you are loading a Microsoft Access database file from a SCSI drive, you may receive the following error message:
<filename> is corrupted or is not a database file. Attempt to repair?Attempts to repair the database do not solve the problem.
CAUSEThere is probably nothing wrong with the database file. The actual problem is that Microsoft Windows version 3.1 is having trouble accessing the SCSI drive.
RESOLUTIONAdd the following line to the CONFIG.SYS file on your drive. If you already have a line in your CONFIG.SYS file that references SMARTDRV.EXE, modify it to match the following line. After adding or modifying this line, restart your computer.
DEVICE=C:\WINDOWS\SMARTDRV.EXE /double_bufferNOTE: If the computer is running MS-DOS 6.0 or a later version, use C:\DOS instead of C:\WINDOWS to load the newest version of SMARTDRV.EXE.
MORE INFORMATIONMicrosoft Windows 3.1 requires the double_buffer switch in the SMARTDRV.EXE line to start in 386 enhanced mode on most SCSI drives. On a computer where Windows is not located on the SCSI drive, it is possible that Windows has started in 386 enhanced mode but that the double buffer is not in use.
REFERENCESMicrosoft Windows "User's Guide," version 3.1, Chapter 14 |
Keywords : EvnOs kbenv kberrmsg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |