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?
Printable View
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?
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 ...