|
|
|
ใครเคยเจอปัญหา Crystal Report ให้ใส่ user , password บ้างครับ |
|
|
|
|
|
|
|
ท่านก็กำหนด user password ให้มันก่อนอ่าน report ครับ
ลองหาดูนะครับ กำหนด user password ก่อนอ่านไฟล์ report
|
|
|
|
|
Date :
2011-01-15 16:50:32 |
By :
AoFzaIT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็กำหนดไว้แล้วครับ แต่ก็ไม่ได้อยู่ดีครับ ตาม code นี้ครับ
Code (C#)
ReportDocument cryRpt = new ReportDocument();
TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
ConnectionInfo crConnectionInfo = new ConnectionInfo();
Tables CrTables;
cryRpt.Load(MapPath("CrystalReport.rpt"));
crConnectionInfo.ServerName = "chiangraimusic";
crConnectionInfo.DatabaseName = "chiangraimusic";
crConnectionInfo.UserID = "501463091";
crConnectionInfo.Password = "3091";
CrTables = cryRpt.Database.Tables;
foreach (CrystalDecisions.CrystalReports.Engine.Table CrTable in CrTables)
{
crtableLogoninfo = CrTable.LogOnInfo;
crtableLogoninfo.ConnectionInfo = crConnectionInfo;
CrTable.ApplyLogOnInfo(crtableLogoninfo);
}
CrystalReportViewer1.ReportSource = cryRpt;
CrystalReportViewer1.RefreshReport();
|
|
|
|
|
Date :
2011-01-15 18:12:49 |
By :
501463091 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user ลองใส่ sa ครับ
|
|
|
|
|
Date :
2011-01-16 17:58:12 |
By :
AoFzaIT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user คำว่า "sa" ใช่ไหมครับ
แล้วpassword ไม่ต้องใส่หรอครับ
|
|
|
|
|
Date :
2011-01-17 11:21:54 |
By :
501463091 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|