DBF reader library

Posts   
 
    
Rogelio
User
Posts: 221
Joined: 29-Mar-2005
# Posted on: 15-Mar-2006 15:52:45   

Does anyone know about a library to read a DBF file to memory?

I need to import DBF records to SQL server. I need to do some operation with each DBF record, then save them to SQL.

For the SQL part I will use LLBLGen; but for the DBF I do not want to go with the manual coding of ADO.Net.

arschr
User
Posts: 894
Joined: 14-Dec-2003
# Posted on: 15-Mar-2006 16:48:11   

I'm reading foxpro dbfs with the oledb provider for foxpro. I downloaded it from the microsoft site.

Rogelio
User
Posts: 221
Joined: 29-Mar-2005
# Posted on: 16-Mar-2006 13:15:39   

Thank you for the info.