Well, we don't NEED to use CF to write web apps either, but it makes
my job a lot easier.

On 8/23/06, Russ <[EMAIL PROTECTED]> wrote:
> Where x is numeric... which can be fixed by using a lot of other things
> other then cfqueryparam, such as
>
>
> > Select * from table
> > Where x = #Val(form.value)#
>
> Or
>
> <cfparam name="form.value" type="numeric">
>
> Or
>
> <cfargument name="value" type="numeric">
>
> If you're using it in a cffunction.
>
>
> I still don't see a reason that we NEED to use cfqueryparam for security.

-- 
CFAJAX docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to