I have set up a parameter in Database expert called LocID with a default of 164
This works
CrystalReportSource1.ReportDocument.SetParameterValue("LocID", "164");
When I want to change parameter
CrystalReportSource1.ReportDocument.SetParameterValue("LocID", "166");
I get Failed to open the connection
Any ideas