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

    CDAODatabase-MS Access

    I am creating mdb files using the CDaoDatabase... create ... function,

    mdb is created, but when i am trying to open the mdb file directly, the version problem is comming,

    and again i have to convert that mdb file to the present version,


    how can i create the mdb(present version)using CDaoDatabase,

  2. #2
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: CDAODatabase-MS Access

    The MFC 6.0 (mfc42.dll) does not support Access 2000/XP. So, you need to open in Access and convert it to MS Access'97 format.

    It is better to use CDatabase class...
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

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