in reply to Re^3: Building SQL Query on the fly
in thread Building SQL Query on the fly

Actually I was suggesting using it for the xml output, but using it for the sql generation is in interesting angle too. probably a bit overkill though.

Replies are listed 'Best First'.
Re^5: Building SQL Query on the fly
by perrin (Chancellor) on Oct 08, 2007 at 17:25 UTC
    Overkill maybe, but sometimes I find myself writing half a templating engine just to build up some SQL string and then wondering why I didn't just start with one.