Reputation: 67
I am using VS2015 and MS Access. Error : Could not found installable ISAM
Dim cons As String = "provider= Microsoft.Jet.OLEDB.4.0; Data Source=D:\Users\rjimenez\Documents\QAdatabase.mdb"
What I need to do?
Upvotes: 0
Views: 72
Reputation: 1433
Have you tried this connection
"Provider=Microsoft.Jet.OLEDB.4.0;Data source=D:\Users\rjimenez\Documents\QAdatabase.mdb;user id=admin;password=;"
Upvotes: 1