> I've generated a 100 or so storedprocs and I want to generate > a "stub" cf tag for each that wraps them up, checks for the > correct attributes, adds error checking code, and throws cf > errors if there is an issue.
Well now I see why you want it, and what you want it to do! I am assuming that if you generated it, you have the actual SQL for the Stored Procs available (and you don't have to go to the database for it which was one issue). (Btw Assumption is SQL Server). Okay, so what you're after is a script for which you can pass in a stored procedure and return a complete <cfstoredproc> tag, with <cfprocparam> tags and <cfresultset> tags as well as error checking of variables passed in etc? I don't have one, but someone might (although it sounds a little complicated if you ask me). Are you sure you can't do an EXEC from a <cfquery> instead? May be easier to automate! Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
