Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of records without using
Message
From
23/03/2005 18:42:59
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
00998627
Message ID:
00998712
Views:
33
Raphael,

How accurate does this calculation need to be? You could try using FSIZE('yourtable') to get the overall bytes in the table and divide by the # of bytes per record. This won't give you an exact count, due to header size, but it should be close.

---J


>Is there a way to determine the number of records in a dbf without
>USE & RECCOUNT
>or doing an fopen() to check the header ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform