I am coding delete/pack routine in Visual Foxpro 8.0.
I am getting "File in use" when running the following code when the "Use" statement uses "Exclusive":
USE dbbudget_log EXCLUSIVE
DELETE ALL
pack
use
SET SAFETY ON
I have even tried SET EXCLUSIVE ON/OFF and still get "File in use" error.
Any suggestion eliminating the error?
Best Regards, Nick