Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validate('views only')
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00850417
Message ID:
00850664
Vues:
20
Mark,

Afflicted, I was inattentive.
I wanted to say table.


All is in order !


Thank a lot.

bonne soirée...

bernhart


>>Hi all,
>>
>>I want only to put the tables of my DBC in the metadata.
>>It is xcase which builds the dbc and stonfield which possibly repairs if a table is damaged.
>>
>>For a question of time I would like to thus validate() only the tables.
>>
>>Is this possible ?
>>A command like oMeta.Validate("Only views please"). :-)
>>
>>bernhart
>
>Your question says tables in one place in views in the other. Either way, your best bet is to use ADBOBJECTS() to return an array of all the views or tables in the DBC, then loop through the array and call the validate method for each view/table.
>ADBOBJECTS(laViews, 'TABLE')  && or 'VIEW'
>FOR EACH lcView on laViews
>    oMeta.Validate(lcView)
>ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform