Avatar of emi_sastra
emi_sastra

asked on 

CONNECTION STRING ACCESS (MDB) WIN 7 64 BIT

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.
Visual Basic.NET

Avatar of undefined
Last Comment
emi_sastra

8/22/2022 - Mon