0

I have a problem in my c# application that related to Connection string , as I think.

Scenarios: I moved from login form to Main form, in loading I set the connection string, and all things fine. When I closed Main form, and re-login in con.Open() step , this error release: could not find installable ISAM.

my connection String:

conString = @"Provider=Microsoft.ACE.OLEDB.12.0; Data Source=";
conString += Application.StartupPath + "//ShDB.mdb; Jet OLEDB:Database Password=2212123;";
John Saunders
  • 160,644
  • 26
  • 247
  • 397
Belal_G
  • 75
  • 1
  • 2
  • 10

0 Answers0