So for example would this be an exmaple of a required and not required situation

Necessary:
<cfquery>
SELECT   *
FROM     myTable
WHERE    myfield = #URL.param#
</cfquery>

Not Necessary:
<cfquery>
SELECT   *
FROM     myTable
WHERE    myfield = '#URL.param#'
</cfquery>

By the way have you noticed that the subject of this thread is showing blank in 
the forum listing?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267084
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