And one more - I would like to pass in the sql statement integers separated
with commas - to make "in" works.

Here is example of the sql statemnet:

select *
 from Person
 where 
  person_name like (#param1#) 
  and person_type_id not in (#param3#)

and I'd like to pass IDictionary filled with pairs
"param1" "R%"
"param3" "1, 7, 9"
to the QueryForList method

 Is there any way to do something like that in the iBATIS?

Thank you.


___________________________________________________________________________

This communication is confidential and may be legally privileged. 
If you believe you are not an intended recipient, please inform the sender, 
delete the e-mail and do not copy, print or use it or disclose it to others. 
You can inform the sender by replying to this e-mail or by telephone (+380 44 
4906080).


Reply via email to