Re: Parsing a SQL Statement as a parameter and executing it
Posted by David Portas on 06/26/05 23:09
It is possible but not usually desirable. Dynamic code execution has
potential implications for maintainability, reliability, performance,
security and testing. Most of the time there are far better alternatives.
The following article has more information: