php strings demo

Kagamin spam at here.lot
Sat Nov 20 15:06:49 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);

It's also non-trivial to implement such functionality, since MS (and Oracle, afaik) require named parameters.


More information about the Digitalmars-d mailing list