Hi
Please help me
I have a database with password 崯�徟쩜�槽ஜ떂킁슾Ζ왔䵌䨠鑣
I will add information to the database when I add the database and save the database password in the settings. When I load the data in the database it fails.
Error : Format of the initialization string does not conform to specification starting at index 153
I wrote the following code on the form loading, but it still fails. After many reviews, I noticed that the error is from the database password. Please inquire how to connect to this database with this password.
Please help me
Please help me
I have a database with password 崯�徟쩜�槽ஜ떂킁슾Ζ왔䵌䨠鑣
I will add information to the database when I add the database and save the database password in the settings. When I load the data in the database it fails.
Error : Format of the initialization string does not conform to specification starting at index 153
VB.NET:
Me.IDsTableAdapter.Connection.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\DataBaseApp.mdb;Persist Security Info=True;Jet OLEDB:Database Password=崯�徟쩜�槽ஜ떂킁슾Ζ왔䵌䨠鑣"
Me.IDsTableAdapter.Fill(Me.DataSet_DataBaseApp.IDs)
I wrote the following code on the form loading, but it still fails. After many reviews, I noticed that the error is from the database password. Please inquire how to connect to this database with this password.
Please help me