Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello my learned friends.
I have to read data from a dBase III file using c#. Can anyone please guide me to a tutorial?
Any sort of help would be highly appreciated.
Posted

1 solution

In order to use dBase you would need to use an ODBC driver and for example OLEDB connectivity in ADO.NET. Few example which are not for dBase but they show how to use OLE DB functionality:
- Using ADO.NET for beginners[^]
- ADO.NET Code Examples[^]

Side-note, dBase III is really old product (for example I used to work with it back in 1986 or so :)). If you just have the possibility I would suggest changing it to for example Access or even SQL Server.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900