בעיה בחיבור לdb אקסס
אני מנסה להתחבר וכל הזמן נזרק לי שגיאה The workgroup information file is missing or opened exclusively by another user.
אני מנסה להתחבר וכל הזמן נזרק לי שגיאה The workgroup information file is missing or opened exclusively by another user.
string stringCon = System.Configuration.ConfigurationSettings.AppSettings["Access.ConnectionString"]; ; OleDbConnection conn = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0; User Id=admin; Password=test; Data Source=D:\Projects\WebApp1\db\db1.mdb"); conn.Open();