Sandy Blondino
2nd June 2014, 22:10
Hello,
I get the 'Pseudo var '1' not binded before classic_sql_exec() error when running a report script with the following SQL query.
I think this is a standard format that we've used in the past, but now it's giving me errors. Can anyone see what I'm doing wrong?
select ticst001.sitm, ticst001.opol, ticst001.pdno
from ticst001
where ticst001._index3 = {:ticst001.sitm}
and ticst001._index1 = {:tisfc001.pdno}
and ticst001.opol = :1
selectdo
on.hand.qty = tdilc101.stks
endselect
Thanks for your help,
Sandy
I get the 'Pseudo var '1' not binded before classic_sql_exec() error when running a report script with the following SQL query.
I think this is a standard format that we've used in the past, but now it's giving me errors. Can anyone see what I'm doing wrong?
select ticst001.sitm, ticst001.opol, ticst001.pdno
from ticst001
where ticst001._index3 = {:ticst001.sitm}
and ticst001._index1 = {:tisfc001.pdno}
and ticst001.opol = :1
selectdo
on.hand.qty = tdilc101.stks
endselect
Thanks for your help,
Sandy