PDA

View Full Version : سوال: مشکل در login



elahejafari
یک شنبه 22 اسفند 1389, 20:20 عصر
سلام من یک گزارش از sql Express ساختم که با وجود کد ریز بازهم زمان لود شده از کاربر login ID , password می خواهد

TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
ConnectionInfo crConnectionInfo = new ConnectionInfo();
Tables CrTables;
crConnectionInfo.ServerName = ".\\SQLEXPRESS";
crConnectionInfo.DatabaseName = System.AppDomain.CurrentDomain.BaseDirectory + "resturan.mdf";
crConnectionInfo.IntegratedSecurity =true;
crConnectionInfo.UserID = "";
crConnectionInfo.Password = "";

لطفا راهنمایی کنید