Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt."
it appears after setting password on my Database. what should i do??
here is my code to path Database
Private Sub Registration_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
con.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source= |DataDirectory|\Accounts.accdb;Jet OLEDB:Database Password=123;"
End Sub
i got this code in connectionstring.com but also same error appear.
thanks in advance.