DBASE File project
Collaboration / Beta Testing
1
Posts
1
Posters
1
Views
1
Watching
-
Hi I have written a DbfReader and a DbfWriter class to read and write DBASE III IV and IV files using the binary structure of the files. The idea is to be able to deal with DBASE files without the help of any kind of dbms interaction (as you would deal with a CSV file or other delimited file). I currently have a working version for DBASE III IV and IV. I would like to extend this to the other versions of DBASE / Foxpro, including the (formerly) borland flavor. If anyone is interested in helping with this project, or just using or seeing what I've done the VS.NET project and a test app are available at: http://softwarebybrian.com/html/dbffiles\_net.html You can email me from that site if you want and I'll respond. Thanks :)