Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DELETE command?
Message
From
19/01/2007 14:02:57
 
 
To
19/01/2007 13:56:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01187102
Message ID:
01187130
Views:
16
How do I open my table exclusively and pack my table?

>You application may have separate 'maintenance' module where data will be open >exclusively and you will give a user options to PACK, REINDEX, VALIDATE, etc.

I might need these options later on as well. Please help.
DELETE FROM testdata ;
WHERE testdata.serialnum = m.lcSerialNum AND ;
	testdata.testdatewrk = m.ldDateWrk

* I am not sure about this. I get File in use program error...	
USE testdata EXCLUSIVE
PACK testdata
Thanks,
Sam
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform