locked
how to make a C++ application working with access 2007, 2010 and 2013 runtimes RRS feed

  • Question

  • Hello,

    I need to develop a C++ application that needs to access a Microsoft Access Database (.MDB file). This application is required to work with Access 2007/2010/2013 run times whatever is installed. I want to use  ACEDAO object model to access the database. My question is that is that possible? and how? Thank you very much.

    Friday, July 20, 2018 7:12 PM

All replies

  • Yes; you need to install the ACE database engine redistributable, and then use your object model to access the database objects.

    -Tom. Microsoft Access MVP

    Saturday, July 21, 2018 10:23 PM