Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Reading file
Message
From
07/04/2004 15:55:48
Dave Nantais
Light speed database solutions
Ontario, Canada
 
 
To
30/03/2004 21:37:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00891063
Message ID:
00893070
Views:
24
>To all:
>Is there a way to know the stability of network connect?
>I have encountered this problem last monday, while adding some field in my transaction file message appear "Error reading file". In effect, upon opening of modules associated with this table an error message appear " the fields in table 'name' did not match the entries in the database". What I did is that i remove this table in the database then, add it again. Is there any relation between the record or file size of my table with the network connect?
>
>Is there any suggestion?
>Thank you in advance.
>
>Thess :)

When you open a table in a database it compares the fields an indexes in the table with the indexes and fields in the database container. If the two disagree you receive an error message like one you received.

I believe the table header contains the size of the table file in bytes. This table size is NOT present in the database container(.dbc). When the number of bytes in the table header disagrees with the physical size of the file you can not open the table. It is a serious problem when that happens.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform