בעיה בחיבור לdb אקסס

OnTheRoad

New member
בעיה בחיבור לdb אקסס

אני מנסה להתחבר וכל הזמן נזרק לי שגיאה 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();​
 

OnTheRoad

New member
המשך

ניסתי להתחבר גם דרך הweb.config וגם בעזרת string עם ובלי סיסמא....
 
למעלה