SQL Parameters (SQL IN Command)
Posted: Thu Apr 23, 2009 7:45 am
The sql in command works fine with oracle, however when i am executing the report nothing shows.
Where column_x In (:PARAM)
the paramter works fine if i pass it just a single value, however multiple values it stops working.
I suspect it has somehting to do with the parameter type, but very unsure.
Anyone else had any joy with the in command and parameters
Where column_x In (:PARAM)
the paramter works fine if i pass it just a single value, however multiple values it stops working.
I suspect it has somehting to do with the parameter type, but very unsure.
Anyone else had any joy with the in command and parameters