If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Readnig Dbf files using c++ Help needed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-21-05, 04:14
darg darg is offline
Registered User
 
Join Date: Feb 2005
Posts: 1
Question Readnig Dbf files using c++ Help needed

Can someone post here the c++ code for reading a dbf file or give me some advice on doing this. I'd also like to know how to read a dbf file header..


Thank you for your help
Reply With Quote
  #2 (permalink)  
Old 02-21-05, 08:26
Pat Phelan Pat Phelan is online now
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
You ought to be able to read the DBF file using the Microsoft ODBC driver. I'd suggest using the ADO library.

There are a number of public domain libraries that allow managment of the DBF file header. Check source forge to find the one that best meets your particular needs.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On