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

    DAO does not work in Visual C++ (MFC) and MS Access

    how to fix if the project is based on windows 2000, VS 6.0 (MFC) C++, MS Access 2000, and MS jet 4.0.9511.0? and the program deployment environment has MS jet 4.0.9505.0 and MS jet 4.0.9025.0?

  2. #2
    Join Date
    Jun 2006
    Posts
    437

    Re: DAO does not work in Visual C++ (MFC) and MS Access

    Hi all.
    You didn't give us much information about errors you got.
    It seems that the MS jet version in development environment is highter than version in deployment environment, so DAO should work fine.
    A part from this, DAO is an old tool, maybe an obsolete tool; you should consider changing, and move your application to ODBC (if you can, of course).

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