ekonbenefits / dotnetdbf

This is a basic file parser written in C# for reading and writing xBase DBF files, particularly Clipper.
GNU Lesser General Public License v2.1
56 stars 29 forks source link

Link of record to FPT #12

Closed nosamttam closed 7 years ago

nosamttam commented 8 years ago

Greetings - Is there a pointer in the DBF record that points to a specific location in the FPT where the associated Memo Field is located, or does it work the other way around - the MEMO FPT points the record in the DBF?

jbtule commented 7 years ago

Only support DBT Memo files. But the block pointer that references the location inside a DBT file is in the DBF.

jbtule commented 7 years ago

consolidating this with issue #18