Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Currency value is out of range (Error 1988)
Message
 
À
09/04/2002 12:47:36
F Bilo
Bilo Office
Fuyang, Chine
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00642763
Message ID:
00642852
Vues:
17
Hi!

Your problem sounds like fault bytes in the DBF file. In this case the BROWSE command isn't very helpful, because there ther is a lot of internal stuff within the BROWSE.

It may be helpful, to try the following:
USE MyFile
LIST TO FILE c:\temp\test.txt
Now you a text file version of the database (except the memo fields) and you can check visually the integrity of the data.

Other ideas:
- Use COPY TO to create a copy and then compare the two tables programmatically.
- Use SCATTER command for each record and compare the memo variables with the fields.

Good luck from Berlin/Germany!
SeBaFlu
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform