Click to See Complete Forum and Search --> : need definition of dbf header


Ozzy777
April 17th, 2003, 07:08 AM
i have to develop a c++ routine that converts a txt-file to a dbf-file. the txt contains a number, x-,y- and z-coordinates.
but i don't know how to creat the header.
can anyone help me?

M Owen
April 17th, 2003, 08:39 AM
Your best bet is to have the code to access/create a new DB file and add your data that way ... Most header blocks of database file/table layouts are trade secrets of their respective companies... Just use the appropriate library to create your table ...