Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Information about all tables in dbc
Message
 
 
À
22/09/2004 00:22:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00944853
Message ID:
00944858
Vues:
18
>Dear Professors
>
>Is it possible to store following information, in a temporary cursor,
>of all tables of dbc
>
>1- tablename && field for all table names
>2- records && totoal records in table
>3- size && size of table
>4- modify && last modification date
>
>temporary cursor must have above fields.
>
>For example, I want to use following dbc
>
>Close database
>open database d:\cotton\tables\weight.dbc
>
>Please help
>
Hi Tariq,

You need to use the following functions:

ADBOBJECTS()
ADIR()
RECCOUNT()
LUPDATE()

I did a DataDict application for our company, but unfortunately I do not have this application on my new computer, so I can not provide you with the code snippet. But it should be a quite simple thing to do by using the above mentioned functions.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform