thread182-831085
Article located by theRambler:
How do I resolve the "Sharing Violation Reading Drive" error?
Updated Tuesday, February 06, 1996
Follow these six troubleshooting steps:
1. Verify that each user has a FOXUSER.DBF file.
2. Verify that the CONFIG.FP file on the server includes the EXCLUSIVE=OFF statement. If EXCLUSIVE=OFF is used, database files can be shared.
3. Verify that the CONFIG.FP file on the server includes the RESOURCE=OFF statement, or that each user's FOXUSER.DBF and FOXUSER.FPT files are marked read-only.
4. Verify that the FOXPRO.EXE, FOXPROX.EXE, and FOXR.EXE files are marked read-only.
5. If you use the Distribution Kit to create a stand-alone application (.EXE), verify that the .EXE file is marked read-only.
6. If you create compact executable files, make the .ESL and .ESO support files read-only.
7. In some cases, the MS-DOS SHARE program must be loaded on the server and on each workstation. Specify the /F and /L parameters as follows:
SHARE /F:5120 /L:500.
Also, I've read comments here where there are differences with compact exe's and extended ones. Maybe you can try searching for questions regarding the different compilation methods, and which are better than others?
When you work out the solution, be sure to post it and let us know.
dbMark