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;