Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not update the table
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00952727
Message ID:
00952763
Views:
11
>Yes, I can open the table from Foxpro.
>But the table might be corrupted. Sometimes when I open it, it sas the dbc is corrupted. I am using VALIDATE DATABASE RECOVER, it lets me to open and update the table in fox, but it's still not updateble (read only) from ASP/DLL.

Backup the database, then try:
select * from CorruptedTable into table reserved

use CorruptedTable in 0 exclusive
zap
append from reserved
Or do you think it's database container DBC files got corrupted?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform