Folks,
I've got a really big FoxPro table.
I'm only somewhat familiar with FoxPro commands...just enough to get by those times when I need to do some minor editing.
I can open the table up and browse the data using VFP 7.0
When opening the table...a command line window pops up.
I'm needing to do the following via command line (just assuming it would be faster).
-Filter for all the records in the table that have a certain value in a specific field, then delete all those records.
-Then...I understand the table has to be "packed" (?) in order to make the deletions permanate.
Example:
Via command line...
Delete all the records in the table that have "Blue" as the value in the COLOR field.
Any help greatly appreciated.
Thanks
I've got a really big FoxPro table.
I'm only somewhat familiar with FoxPro commands...just enough to get by those times when I need to do some minor editing.
I can open the table up and browse the data using VFP 7.0
When opening the table...a command line window pops up.
I'm needing to do the following via command line (just assuming it would be faster).
-Filter for all the records in the table that have a certain value in a specific field, then delete all those records.
-Then...I understand the table has to be "packed" (?) in order to make the deletions permanate.
Example:
Via command line...
Delete all the records in the table that have "Blue" as the value in the COLOR field.
Any help greatly appreciated.
Thanks