A family of Microsoft relational database management systems designed for ease of use.
Hi KM,
have you solved your problem?
P.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello All,
I want to create Access Instance using ACEDAO on access 2016 (64 Bit) on window 10(64 Bit).
code snipt is give below.
File path is
#import "C:\Program Files\Common Files\microsoft shared\OFFICE16\ACEDAO.dll" \
rename_namespace("ACEDAO") rename("EOF","adoEOF")
using namespace ACEDAO;
ACEDAO::_DBEnginePtr DBEngPtr;
HRESULT h = DBEngPtr.CreateInstance(__uuidof(ACEDAO::DBEngine));
Using ACEDAO , Access Instance is not created.
How create Access instance using ACEDAO ?
I am using namespace to avoid ambiguity and for ACEDAO use namespace ACEDAO whose defination is in acedao.tlh and acedao.tli.
I am not understand how create access instance on office 2016 (64 bit) using ACEDAO.
Thanks.
***Post moved by the moderator to the appropriate forum category.***
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi KM,
have you solved your problem?
P.
document
visual c++(MFC) in visual studio 2010.
What programming language are you using?