Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Know the dbc of a table
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00942049
Message ID:
00942108
Views:
37
Open the file in low-level mode using FOPEN, FREAD and FCLOSE.

Check VFP8 Help topic for more details:
Table File Structure (.dbc, .dbf, .frx, .lbx, .mnx, .pjx, .scx, .vcx)

28
Table flags:
0x01 file has a structural .cdx
0x02 file has a Memo field
0x04 file is a database (.dbc)
This byte can contain the sum of any of the above values. For example, the value 0x03 indicates the table has a structural .cdx and a Memo field.

n+2 to n+264
A 263-byte range that contains the backlink, which is the relative path of an associated database (.dbc) file, information. If the first byte is 0x00, the file is not associated with a database. Therefore, database files always contain 0x00.
Previous
Reply
Map
View

Click here to load this message in the networking platform