Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Iif(isdbnull correct syntax?
Message
From
07/01/2003 13:24:41
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00736677
Message ID:
00738954
Views:
17
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
Next
Reply
Map
View

Click here to load this message in the networking platform