Hi All,
I try to access mdb (access database) from application:
1. I have install AccessDatabaseEngine.exe
2. I have install AccessDatabaseEngine_x64.exe
I use connection string :
1. "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & mdlGlobal.strDataAbsensiPath
2. "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & mdlGlobal.strDataAbsensiPath
Both failed.
What should I do ?
Thank you.