Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Currency value is out of range (Error 1988)
Message
 
To
09/04/2002 12:47:36
F Bilo
Bilo Office
Fuyang, China
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00642763
Message ID:
00642852
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform