I have an application which is x64 and which is using ADODB connection via importing msado15.dll, like it is shown below:
Code: Select all
#import "C:\Program Files\Common Files\System\ado\msado15.dll" no_namespace rename("EOF", "ADOEOF") rename("BOF","ADOBOF")
_ConnectionPtr con;
HRESULT HRR = con.CreateInstance(__uuidof(Connection));
Could you tell me what is the proper installation and settings order to make the ADO connection class be visible?