>
> this errors.
>
> <cfif NOT (isDefined("form.notqualifiedId") and
> IsMSSQLGUID(form.notqualifiedId))>
> <cfset form.notqualifiedId = NULL>
> </cfif>
>
> I want to send null to the database as the value.
>
> can this be done, so that I can then, in turn, do this.
>
> update accounts set notQualifiedId = #form.notQualifiedId#
> where accountNumber = 1
Three things
1) CFQUERYPARAM
2) CFQUERYPARAM
3) CFQUERYPARAM
I thought it was that important that I'd mention it 3 times...
CFQUERYPARAM has a NULL attribute where you can set a logical option to
see if you want it to pass NULL to the database
Otherwise, can you send the URL of the form, so I can set
form.notQualifiedID to be "1; drop table accounts //"
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

