On 10/12/00, Joshua Miller penned:
>Any way to take a whole set of variables and store them in the FORM scope
>without a CFSET for each variable?
>I need to output all the session variables to a database using cfinsert and
>I believe they have to be converted to FORM.scope before you can do this ...
>or is that wrong?
>
>eg: <cfset FORM.foo=#SESSION.foo#>

cfinsert inserts from a query. You could build a dynamic query with 
QueryNew, QueryAddRow, QuerySetCell

Seems like it would be easier to build a regular insert and just 
insert the session variable values. Am I missing something?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to