Ronnie Jimenez
Ronnie Jimenez

Reputation: 67

Error : Could not found installable ISAM vb.net

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

Answers (1)

Ricardo González
Ricardo González

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

Related Questions