Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Information about all tables in dbc
Message
 
 
To
22/09/2004 00:22:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00944853
Message ID:
00944858
Views:
19
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform