RE: Testing for NULL in stored procedures

2001-03-08 Thread Howarth, Craig (IBK-NY)
Try IS NOT NULL Craig -Original Message- From: sebastian palmigiani [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:49 AM To: CF-Talk Subject: Testing for NULL in stored procedures I am working on a poll which allows multiple selections. How do I get this

RE: Testing for NULL in stored procedures

2001-03-08 Thread Andy Ewings
or rather! IF @ChoiceA IS NOT NULL -- Andrew Ewings Project Manager Thoughtbubble Ltd http://www.thoughtbubble.net -- United Kingdom

RE: Testing for NULL in stored procedures

2001-03-08 Thread Andy Ewings
use: IF @ChoiceA IS NULL -- Andrew Ewings Project Manager Thoughtbubble Ltd http://www.thoughtbubble.net -- United Kingdom http://www.thoughtbubble.co.uk/ Tel:

Re: Testing for NULL in stored procedures

2001-03-08 Thread sebastian palmigiani
on 3/8/01 9:59 AM, Andy Ewings at [EMAIL PROTECTED] wrote: or rather! IF @ChoiceA IS NOT NULL Yep that did the trick. Thanks Sebastian ~~ Structure your ColdFusion code with Fusebox. Get the official book at