> <cfquery name="runInsertQuery" datasource="dbName" username="#dbUsername#"
>password="#dbPassword#">
> insert into testTable(testID,data1,data2)
> values ( <cfqueryparam cfsqltype="cf_sql_integer" value="#testIDValue#">,
> <cfqueryparam cfsqltype="cf_sql_varchar" value="#data1Value#">,
> <cfqueryparam cfsqltype="cf_sql_varchar" value="#data2Value#">)
></cfquery>


oh i see, no there isnt a good reason except i wasnt aware of it this way :)

thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296974
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to