Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database .dcx
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Database .dcx
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01423470
Message ID:
01423470
Views:
88
I continue my program to detect and restore a bad database

I realized that .dcx is recreated evertytime I deleted it

But if I edit a .dcx and modify it (simulating a bad index) , I have error 114

So, in case of bad .dcx could I treat it as below instead of restore from backup ?


Try
open database mydatabase

catch...
...case error = 114
delete mytable.dcx

endtry


Moisés
Next
Reply
Map
View

Click here to load this message in the networking platform