<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-04-10 11:01 GMT-03:00 Tony Caduto <span dir="ltr"><<a href="mailto:tony.caduto@gmail.com" target="_blank">tony.caduto@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p dir="ltr">Did you try putting quotes around the param ID in the sql query? in(":myparam")<br>
I am guessing it's the commas that are the problem.</p></blockquote><div><br></div><div>Its the other way around the problem is the quotes<br><br></div><div>See the attached app.<br><br></div><div>When using Select * from Test where Id in (1,3) it works<br><br></div><div>but using Select * from Test where Id in (:idlist) and doing the param binding does not work because is translated into:<br>Select * from Test where Id in ('1,3')<br><br></div><div> Luiz<br></div></div></div></div>