Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the size limit of fox 2.5 free table
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00454961
Message ID:
00455843
Views:
30
>Hi George,
>
>Thank for your help and advise. However, is there any way to remedy this
>problem since VFP5a and 6 indicate it as 'not a database'. I can't open
>it to purge the data. Please kindly advise so that I can access the
>data again.

I think that you have you're answer. The only problem would be if there were memo fields involved. If not, you can calcuate the size of the table via:

HEADER() + ((RECSIZE() + 1) * RECCOUNT())

If memo fields are involved, then you need to subtract RECCOUNT() - 1 from the result. At least that seems to be the case.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform