Good point. I might have a look at the Prepared statement source and use that as a guide for implementing a utlity class to cover my ass.
Z. >> I haven't implemented it yet, but I can't see a reason why it wouldn't > work. > > I can not see either, but, to speed up such searches one usually indexes > search column. While index will work well for Column LIKE 'bla%', I doubt it > will be of any use with ANY_FUNCTION(Column...)...
