Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C Structure of VFP table and Records
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
C Structure of VFP table and Records
Miscellaneous
Thread ID:
00222405
Message ID:
00222405
Views:
36
I have a routine written in C ( not by me ), which dumps the header information for a dbf file, I've found it very useful over the years where clients have data but no copy of Fox installed, I now need to change it to cater for VFP tables, anyone know how to to create a C struct for VFP tables?, what I have at the moment is listed below


TIA

Pete Kane

typedef struct
{
char dbf_id ;
char last_update[3] ;
long last_rec ;
unsigned data_offset ;
unsigned rec_size ;
char filler[20] ;
} DBF_HEAD
Regards,
Peter J. Kane



Pete
Next
Reply
Map
View

Click here to load this message in the networking platform