Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table definition, DBC mismatch
Message
 
À
31/03/2007 09:35:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Divers
Thread ID:
01210730
Message ID:
01210734
Vues:
16
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform