<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
thanks.
....tony
r e v o l u t i o n w e b d e s i g n
[EMAIL PROTECTED]
www.revolutionwebdesign.com
its only looks good to those who can see bad as well
-anonymous
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

