Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to remove junk records
Message
 
 
To
08/08/2009 05:23:31
Mk Sharma
Shrishti Solutions
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01416867
Message ID:
01416912
Views:
39
>how to remove junk records from a dbf file
>
>i have a dbf file data have some junk records (not understandable)
>
>warm regards,
>mk

Assuming the junk goes to the first field, you may try
use table exclusive
delete for not IsDigit(FirstField) and not IsAlpha(FirstField)
browse
pack
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform