Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine max size of table in code
Message
 
 
To
17/04/2008 10:36:11
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01311420
Message ID:
01311439
Views:
25
>Won't SET DELETED OFF give incorrect values?

No, RECCOUNT() includes all records.
If you have table open already than it's easier to use HEADER() and RECSIZE() to calcilate file size. ADIR() would be preferable if you need the size of all files (CDX and/or FPT) not just DBF or you don't want to open a table.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform