DBF file format description?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Dear all, I am looking for .DBF file format descriptions. I want to write an empty DBF file header, which contains only column informations (how many columns does a record contain, what is the type of each column). I am wondering where can I find descriptions for each field (bit/byte) of .DBF file. And where can I find free and open source libraries which can be used to generate .DBF file according to column informations. I am using .DBF for Visual Foxpro 6.0. Thanks in advance, George