Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table definition, DBC mismatch
Message
 
To
31/03/2007 09:35:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01210730
Message ID:
01210734
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Greetings
>I have encountered the following sitution after running a validation on my database:
>
>The fields in table 'c:\dataharvfp\apinvitems.dbf' did not match the entries in the database.
>
>I understand the problem, but it does not tell me what entry in the DBC is at odds with the table, ie, precisely what in the table does not corss reference the DBC. VFP does at time provide rather minimal error info.
>
>I checked downloads for a utility that may provide more into. Nothing. Any recommendations, this has been a constant source of frustration
>
>thanx, vince

Vince,
Open your database as table and see what is the ID for that table:
USE YourDataBase.DBC
SET FILTER TO ALLTRIM(ObjectType) == [Table] AND LOWER(ALLTRIM(ObjectName)) == [apinvitems]
lnId = ObjectId
SET FILTER TO ParentId == lnId
BROWSE NORMAL
That will give you information what is stored in DB for that table. You must find that some of the fields are not stored there.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform