I have a new article published on BDN. This article discusses parameterized queries in general and focuses on one particular limitation:
When writing a WHERE clause in your InterBase SQL, it would sometimes be convenient to write WHERE FOO IN (:SomeParam) and pass a list of values to SomeParam. You can’t do that; here’s why.
Post a Comment