CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    Is there a class for working with dBase files ?

    Is there a c++ class for working with dBase files ?


  2. #2
    Join Date
    May 1999
    Location
    Switzerland
    Posts
    58

    Re: Is there a 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


    Dan
    --------------------------------------
    It's always nice to see, whether the hints work. I appreciate feedback

  3. #3
    Guest

    Re: Is there a class for working with dBase files ?

    I use CDaoDatabase & CDaoRecordset.




  4. #4
    Guest

    Re: Thanks a lot Dan !

    Thanks a lot Dan !


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured