To build sample form with first name last name and address SQL server would send the following to CF presentation engine using tomForm_form stored procedure, with pre-populated data for myself:
First Name Last Name Address Postal Code_txt6 ID_hidden Tom Kitta 123 Some street M2J1L6 123456 when user clicks on update button the CF system would know it needs to use tomForm_update stored procedure to update. If update fails for some reason (say validation) tomForm_update throws an error and CF displays it. Deletions could be done with tomForm_delete stored proc, insertions with tomForm_insert etc. CF code is not modified at all for every new form added to the system. All forms are very similar in "style" since only some basic customizations can be applied to a form via SQL stored procedure (for example column has a value of hr tag). TK ----- Original Message ----- From: "Kevin Aebig" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, September 05, 2006 4:15 PM Subject: RE: ColdFusion as presentation engine and nothing more >I was just going to mention that you could get pretty creative with XSL > templates if XML is the main idea, but I didn't get that vibe from your > post. > > I actually know of a company that uses this method quite well, but they > also > have a *large* development staff. > > !k > > -----Original Message----- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 05, 2006 2:10 PM > To: CF-Talk > Subject: RE: ColdFusion as presentation engine and nothing more > >> I am wondering whatever anyone seen/ has opinion about the >> following system ... > > Does "yecch" count as an opinion? > > Seriously, though, what exactly is being returned by SQL Server? XML > documents? Recordsets? Strings containing HTML? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252098 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

