Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I need to connect my VS 2010 with my Access 2007

I am using following connection string :

Dim conn As New OleDbConnection("provider=microsoft.ACE.OLEDB.12.0;Data Sources=" & Application.StartupPath & "\database.accdb")


But when I debugged, I am facing the error "could not find installable isam".

what should I do ?
Please help me.

Thank you.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900