Is there a c++ class for working with dBase files ?
Printable View
Is there a c++ class for working with dBase files ?
Have a look at Xbase: http://www.startech.keller.tx.us/xbase/xbase_toc.html. It's a collection of classes to manipulate dBase-files.
This is a project under Linux, but I tried to compile the classes under VC++ and it worked just fine (don't forget to put the corrct #DEFINE's).
There are also samples and a clean documentation.
Dan
I use CDaoDatabase & CDaoRecordset.
Thanks a lot Dan !