> The situation I have is that I have ben asked if it is possible to dynamically > build a cfstoredproc tag on the fly when you only know the number and type > of parameters and SQL stored procedure name at run time. Has anybody > ever done anything like this before?
No, I haven't, but you could build it by creating the CF code for the cfstoredproc as strings (with cfset or something), save it to a file, and then cfinclude that file to run it. This is the only way I know of to dynamically create/execute CF code. -- My Sites: http://www.techfeed.net/blog/ http://www.cfquickdocs.com/ http://cfformprotect.riaforge.org/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263721 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

