> Is there a method to grabbing all of the fields from the form and
> submitting into the equivalent fields in the database, or do I need
> to resort to the mile-long "ISERT blah blah blah INTO blah blah blah"?

I would strongly recommend that you stick with the mile-long INSERT
statement. You only have to write the code once, and you'll be able to use
CFQUERYPARAM, which you should always use when using data from the browser
in your SQL statement.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to