OraOLEDB + ORA Error 1008
Posted: Wed Apr 22, 2009 5:37 am
i am trialing your software Reports.Web 2009 version, and recieving the following error:
ORA-01008: not all variables bound
The select statement includes a single variable :IDENT which i am trying to set using:
Any suggestions. I am using the ORAOLEDB provider.
ORA-01008: not all variables bound
The select statement includes a single variable :IDENT which i am trying to set using:
Code: Select all
StiReport report = StiWebReport1.GetReport();
report.Compile();
report.CompiledReport.DataSources["DataSource1"].Parameters[":IDENT"].ParameterValue = "1000060";
StiWebViewer1.Report = report;