I'm working on a 64 bit C# solution and I wish to connect to an MS Access DB (.accdb file) without installing "Access Database Engine x64".
The "Access Database Engine x64" installation demand that the currently installed MS Office version is a 64 bit, which is not an acceptable demand in the company environment.
I realized that OLEDB and ODBC demand that "Access Database Engine x64" will be installed.
Is there another way to connect to the Access file?
Thanks!