Connection error Error #2048
Posted: Mon Jun 04, 2012 3:10 am
I have created a report which connects to MySql database. The report works fine in the designer. When i try to load the report in my flex application using the below code.
var report: StiReport = new StiReport();
report.loadReportFromString("reports/CustomerTest.mrt");
report.show();
I get the following error.
Connection error
Error #2048
Please help i need to finalize the reporting framework for our Flex application which is going to form the basis of financial reporting for the bank.
var report: StiReport = new StiReport();
report.loadReportFromString("reports/CustomerTest.mrt");
report.show();
I get the following error.
Connection error
Error #2048
Please help i need to finalize the reporting framework for our Flex application which is going to form the basis of financial reporting for the bank.