I have an Ado connection in my form and use Access 2010 ( accdb database ) 64 bit system
I have a password set in access 2010 for my DB
I am using Ado connection string to connect Delphi 7 and the 2010 Access database.
when I try to set connection an error occurs that says "test connection failed because of an error in initializing provider. cannot open database." It may not be a database that your application recognizes, or the file may be corrupt.
However, when I create another database without a password, the ado connection string works after testing connection.
I have also installed AccessDatabaseEngine but it still does not work. In addition, The Ado is working with the password on my other computer with 32bit system but fails on 64bit system. What is the solution and why is this happening?