Great job . . . Now only if someone would wrap this functionality into DreamWeaver's DB panel . . .
;) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Flanigan Sent: Tuesday, March 09, 2004 8:59 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] CFC Code generator Ok. I think this Code Generator is ready enough for this group to comment on. http://www.switch-box.org/cfsqltool/ This tool uses database objects and names to define CF namespaces and scripts to use for communicating with the database. The tool has several wizards. For CFC generation, please look at the user stored procedure wizard and the table CRUD wizard. The database is SQL Server. The tool uses MS's version of ANSI Standard INFORMATION_SCHEMA views . I am not familiar enough with other DBMSs implementations of these views to say how the tool will work with them. But, since the tool uses a CFC, INFORMATION_SCHEMA, perhaps the functions can be changed for other DBMS. In the tool's documents is a version of INFORMATION_SCHEMA.cfc. The Table CRUD wizard option selector is especially interesting. 3-click-coding. Joseph ------------------------------------------ Switch_box www.Switch-box.org MediaFirm, Inc. PO Box 2171 Loveland, CO 80539 [EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
