Hi, everyone. I'm trying to force Access 2013 x64 to interoperate with Delphi 2007 (32-bit application) .
I'm using ADOConnection with .udl file.
Connection string is:
There're such ODBC drivers in my system:
1) Microsoft Access dBase Driver (*.dbf, *.ndx , *.mdx)
2) MIcrosoft Access Driver (*.mdb, .accdb)
3) Microsoft Access Text (*.txt, *.csv)
4) Microsoft Excel Driver (*severel excel extensions*)
5) SQL Server
Everytime i try to activate connection (AdoConnection.Connected:= true) i get "Provider cannot be found. It may not be properly installed".
I tried to install Microsoft Access Database Engine 2010 Redistributable in conjuction with Microsoft.ACE.OLEDB.12.0 . But it didn't help.
What else can I do ?
Any help would be most welcome.
I'm using ADOConnection with .udl file.
Connection string is:
Code:
[oledb]
; Everything after this line is an OLE DB initstring
Provider=Microsoft.ACE.OLEDB.15.0;Data Source=E:\StaffDepartment\db_files\StaffDatabase.accdb;Persist Security Info=False
1) Microsoft Access dBase Driver (*.dbf, *.ndx , *.mdx)
2) MIcrosoft Access Driver (*.mdb, .accdb)
3) Microsoft Access Text (*.txt, *.csv)
4) Microsoft Excel Driver (*severel excel extensions*)
5) SQL Server
Everytime i try to activate connection (AdoConnection.Connected:= true) i get "Provider cannot be found. It may not be properly installed".
I tried to install Microsoft Access Database Engine 2010 Redistributable in conjuction with Microsoft.ACE.OLEDB.12.0 . But it didn't help.
What else can I do ?
Any help would be most welcome.