Adam D. Ruppe Wrote: > Meh, I find the placeholders to be much better (safer too): > > db.query("select id from objects where type = ?", typeName); It's also non-trivial to implement such functionality, since MS (and Oracle, afaik) require named parameters.