Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is message: base table fields have been changed?
Message
 
 
To
09/11/2003 20:48:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00848140
Message ID:
00848237
Views:
16
>i do "use dtr" in the command window, and i get this message
>
>"base table fields have been changed and no longer match view fields. View field properties cannot be set."
>
>try to modify the table in project window, and i get this message..
>
>"The fields in table 'c:\dtr\dtr.dbf' did not match the entries in the database."
>
>what can i do with this error? and why VFP is giving me these kind of messages?
>
>any help pls?

Evelyn,
It sounds as thouigh you have something corrupted. Try the following:
close databases all
open database < mydatabase > exclusive
validate database
This will give you a list of some of the things wrong with your database (e.g. field definitions don't match, primary keys with problems, etc.). If you want VFP to attempt to fix these things, change validate database to validate database recover.

Note: Make a backup of your database and tables in case you don't like what VFP does to it during the recover process.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform