CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    5

    db4 CDaoDatabase

    What do I need to install on the client side in order to be able to connect to a dBase4 (*.dbf) database using the CDaoDatabase class in MFC? I appreciate any suggestions. Thanx


  2. #2
    Join Date
    May 1999
    Posts
    44

    Re: db4 CDaoDatabase

    In addition to the standard dao files, you need MSXBSE35.DLL to be copied to the system directory. This DLL needs to be registered. If your setup program does not allow you to do it, run REGSVR32.EXE on it.

    It wu<ill not work if you do not register it.


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