on 11/16/01 8:58 PM, "Dave Jarvis" <[EMAIL PROTECTED]> wrote:
> <sql> > <select> > * FROM WIC.FOURNIS > WHERE COD_CLIENT=? > ORDER BY NOM_FOURNIS > </select> > <using> > <value-of expr="#WIC_CLIENT"/> > </using> > <container name="results"/> > </sql> Why the heck would you want to do this anyway? You have to be nuts to write SQL by hand anymore and why would you want to embed it into your code anyway? You guys have totally lost touch with simple concepts like 'MVC'... Ewww... -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
