I have a client dataset, through a provider to an oracle dataset. There are three variables/ parameters which set within the program to select the data. The sql on the ods is:
select var.*,var.rowid from vleAction var
where riskcat = :riskcat and riskdrv = :riskdrv and eventbatch = :eventbatch...