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.
|
|---|
| 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 | |
by Anonymous Monk on Aug 26, 2005 at 18:13 UTC |