php strings demo

Kagamin spam at here.lot
Sat Nov 20 15:03:34 PST 2010


Adam D. Ruppe Wrote:

> Meh, I find the placeholders to be much better (safer too):
> 
> db.query("select id from objects where type = ?", typeName);

I use it too, but found it hard to maintain/check ordering and meaning of parameters when you edit the query, add or remove parameters.


More information about the Digitalmars-d mailing list