<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">2016-04-10 15:39 GMT-03:00 Stephen Chrzanowski <span dir="ltr"><<a href="mailto:pontiac76@gmail.com" target="_blank">pontiac76@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Due to the nature of the bind mechanism, you won't be able to do it this way.  The only way you'll be able to do that is with your program doing string substitution instead of doing the bind.  Since you're dealing with integers only, you'll just need to make sure that every entry you're substituting for is actually an integer.<br></div><br></div></blockquote><br></div><div class="gmail_quote">I'm afraid is really not possible. Some months ago i searched for a delphi solution and the proposed is the same as yours.<br><br></div><div class="gmail_quote">I hoped that would exist some solution in fpc side.<br><br></div><div class="gmail_quote">As a workaround, I just implemented pre processing the SQL with a regular expression to detect param binding inside in expression and replace the binding with the string without the quotes before passing to the query. <br><br>The remaining issue is that open doors for SQL injection attacks. <br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Luiz <br></div></div></div>