I was trying to use simple string parameter to have query something like this
Select * from TABLE where ID IN (:AListOfParameters)
And it failed, so I ran out of ideas how I do something like that???
Where clause is more complicated than that and should have some parts defined at server side, but any way to have such an list would be cool…
-Tee-