CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Location
    Karlsruhe /Germany
    Posts
    15

    Question need definition of dbf header

    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?

  2. #2
    Join Date
    Jun 2001
    Location
    Mi
    Posts
    1,249
    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 ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured