in reply to Re: Looking for neater solution with dynamic query
in thread Looking for neater solution with dynamic query

I really like this. To push those bindings into an array does the trick. In this way, I am taking the full benefit of database binding, and yet allow me to construct the query on fly.

I am going with this solution. Thank you very much!

Oh that 1=1 is neat.

  • Comment on Re^2: Looking for neater solution with dynamic query

Replies are listed 'Best First'.
Re^3: Looking for neater solution with dynamic query
by tlm (Prior) on Aug 25, 2005 at 12:08 UTC

    Oh that 1=1 is neat.

    TRUE should work too.

    the lowliest monk

      But has 1 char more.