Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table corrupt. msg in vfp 8.0, But not with Vfp 6.0
Message
From
13/06/2005 03:48:45
 
 
To
13/06/2005 03:36:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01022677
Message ID:
01022680
Views:
11
VFP8 has a much more thorough error checking of the tables, so tables which did not report errors in earlier versions, reports errors in VFP8. In other words, with earlier versions of VFP you lived dangerusly without knowing, in VFP8 you know it!

If you get an error in VFP8, you fix it easily by something like this:
lnTablevalidata=Set('Tablevalidate')
Set Tablevalidate TO 0
Use yourTableWithError Exclusive
Copy to TempTable
Zap
Append from TempTable
Set Tablevalidate TO lnTablevalidate
Erase TempTable
And remember to take a backup first, just in case!!



>All Experts,
>
>I m trying to open a table From Vfp 8.0, It showing an error that 'Table (Table Name) Has become
>Corrupted, the will need to be repaired before using agian '.( I have problem with this table only )
>
>Then i copied the entire folder and table to another PC, which having Vfp 6.0,
>And here i can open the same table without showing any error.
>
>Anybody have an answer for this ?
>
>Regards
>Abdulla
Previous
Reply
Map
View

Click here to load this message in the networking platform