Thread: Mfc Dao Access Database

  1. #1
    LISANANA
    Guest

    Mfc Dao Access Database

    I have been trying to create a program using DAO with the
    MFC wizard in VS 6.0(C++). I can do it if the Access database
    is from Office 97. However, when I try to use an Access2000
    database I get an errror stating that the format is not recognized.
    Is there an update I am missing? Is the Jet engine for 2000
    supported?

  2. #2
    Registered User
    Join Date
    Jul 2003
    Posts
    1

    MFC DAO

    The database engines are different for Access97 and 2000.
    Access2000 uses jet 4.0 with DAO3.6, 97 uses 3.5.
    VC 6.0 ships with DAO 3.5.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error connecting from Dev C++ to MS Access Database
    By Sridar in forum C++ Programming
    Replies: 0
    Last Post: 04-15-2006, 06:09 PM
  2. Making a Simple Database System
    By Speedy5 in forum C++ Programming
    Replies: 1
    Last Post: 03-14-2003, 10:17 PM
  3. access to online stock database?
    By genghis in forum Windows Programming
    Replies: 2
    Last Post: 01-23-2003, 03:59 AM
  4. Beginning MFC (Prosise) Part III - Now What? :: C++
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 03-03-2002, 06:58 PM
  5. Database Access
    By bubbajones in forum C++ Programming
    Replies: 1
    Last Post: 09-26-2001, 10:05 PM