Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table corrupt. msg in vfp 8.0, But not with Vfp 6.0
Message
De
13/06/2005 03:48:45
 
 
À
13/06/2005 03:36:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01022677
Message ID:
01022680
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform