Hi,
I'm having trouble resolving CFML-code which comes as a query result from a database. The code is now simply passed to the webserver without resolving it. As you can imagine I want the cfml-code to be processed before passing it to the webserver. Using the evaluate function appears not to be an option, since it generates an error. Strange thing is that when the query result only contains a coldfusion function (like dateadd()) the result is resolved by using the evaluate function
Anyone??
Vin
I'm having trouble resolving CFML-code which comes as a query result from a database. The code is now simply passed to the webserver without resolving it. As you can imagine I want the cfml-code to be processed before passing it to the webserver. Using the evaluate function appears not to be an option, since it generates an error. Strange thing is that when the query result only contains a coldfusion function (like dateadd()) the result is resolved by using the evaluate function
Anyone??
Vin