Symptom
Tables tables = reportDocument.Database.Tables;
foreach (CrystalDecisions.CrystalReports.Engine.Table table in tables)
{
TableLogOnInfo tableLogonInfo = table.LogOnInfo;
tableLogonInfo.ConnectionInfo = connectionInfo;
table.ApplyLogOnInfo(tableLogonInfo);
}
This will result in either a "Logon failed error" or a "Database Connector error" error
Read more...
Product
Keywords
Changing an Informix table location at runtime based on a native connection with Crystal Report .NET SDK , 9472972 , KBA , BI-DEV-NET , BI Software Development Kits (SDKs) - .NET or Other , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.