Click here to Skip to main content
15,894,825 members
Articles / Programming Languages / C#

Load a DBF into a DataTable

Rate me:
Please Sign up or sign in to vote.
4.80/5 (72 votes)
11 Mar 2008CPOL6 min read 403K   8.3K   87  
Load a DBF into a DataTable without using the Jet or other OLE Db drivers
In this post, you will find a simple class to read an entire DBF into a DataTable. From there, you can use .NET to manipulate the data. You will not find any method to query the data; this loads the entire file and that's it. You probably don't want to use this if you have a DBF with tens of thousands of records or more.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Kudzu Interactive
United States United States
Brian Duke is the VP of Tech Ops for iHealth Technologies and enjoys staying active in development whenever he can.

Comments and Discussions