Is there anything wrong with this (part 2)

2004-05-26 Thread Jeff Small
** THE CFC CODE (maint.cfc) ** output="false" displayname="Insert A Hosting Provider" hint="Takes form data and inserts it into a Hosting Provider Table. Returns ID of inserted record in a struct."> displayname="Insert Contents" hint="A Struct containing all the content from the form, t

Is there anything wrong with this (part 1)

2004-05-26 Thread Jeff Small
Sorry, I got a note saying my post was "too long". I apologize, but I was pasting code...I broke it into two pieces and thought I'd post both parts, so you (you all) could see it. >From previous... It works...I want it to be good and robust though...so, looking it over, is there anything I can do

Is there anything wrong with this?

2004-05-26 Thread Jeff Small
It works...I want it to be good and robust though...so, looking it over, is there anything I can do to make it better? What follows is good ol' generic code to insert from a form, but using a CFC to do so. So, look over the Processing and the CFC and let me know what you think. Of particular import