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.