Opening Access 2007 using msado15.dll

normdiggs

New member
Local time
Today, 14:49
Joined
Dec 1, 2006
Messages
1
I have an appplication that reads information from Access Database, it uses ADO (msado15.dll) to open a database using Connection15::Open( ). I am unable to open Access 2007 database using this method. I get the following error: "Microsoft JET Database Engine, Unrecognized database format". Is there something I am doing wrong or I should be aware of? Does msado15.dll support Access 2007 databases? Thank you in advance.
 
Unless the database version option has been changed in Access 2007, the default is Access 2000 format. So, if it has been developed in that format, I would think it should be fine. But, what version of msado15.dll do you have? Mine is 2.81.1117.0
 

Users who are viewing this thread

Back
Top Bottom