Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Iif(isdbnull correct syntax?
Message
From
08/01/2003 13:22:40
 
 
To
07/01/2003 13:24:41
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00736677
Message ID:
00739421
Views:
17
Thanks Mike.

Roland

=========================================================================

>I was getting the same error until I switched to a standard If statement as follows.
>
>MyEmailBody = myDataRow("AccountId") & " " & _
>myDataRow("OrderNumber")
>IF Not IsDBNull(myDataRow("APN")) THEN
> myDataRow &= " " & Trim(myDataRow("APN")))
>END IF
>IF Not IsDBNull(myDataRow("StreetNumber")) THEN
> myDataRow &= " " & Trim(myDataRow("StreetNumber")))
>END IF
>
>Not sure why the IIF acts the way it does - Would like to find out
Previous
Reply
Map
View

Click here to load this message in the networking platform