Click to See Complete Forum and Search --> : Is there a class for working with dBase files ?


May 21st, 1999, 10:58 AM
Is there a c++ class for working with dBase files ?

Daniel Frey
May 21st, 1999, 02:28 PM
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

May 21st, 1999, 02:58 PM
I use CDaoDatabase & CDaoRecordset.

May 21st, 1999, 03:32 PM
Thanks a lot Dan !