Hello,
I have very simple query:
SELECT * FROM pordtxn WHERE slip=lslip INTO CURSOR ctmp
where lslip is local variable (numeric)
Every time this statement is executed I am getting the whole table PORDTXN. I have used debuger, and when this line has been executed I got the message telling me that filter is "skipped". What is causing this behavior?
Thanks
Mensud
I have very simple query:
SELECT * FROM pordtxn WHERE slip=lslip INTO CURSOR ctmp
where lslip is local variable (numeric)
Every time this statement is executed I am getting the whole table PORDTXN. I have used debuger, and when this line has been executed I got the message telling me that filter is "skipped". What is causing this behavior?
Thanks
Mensud