Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Iif(isdbnull correct syntax?
Message
From
30/12/2002 14:51:43
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00736677
Message ID:
00736705
Views:
16
Dunno Roland ... it sure looks like it should work (but I haven't used the IsDBNull() function). How about trying this intead:
IIf(MyDataRow("APN") = DBNull.Value, "", Trim(MyDataRow("APN"))
~~Bonnie

>Hi,
>
>I encountered the following error message with the code below the error message.
>
>An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll
>Additional information: Cast from type 'DBNull' to type 'String' is not valid.
>
>MyEmailBody = myDataRow("AccountId") & " " & _
>myDataRow("OrderNumber") & " " & _
>IIf(IsDBNull(myDataRow("APN")), "", Trim(myDataRow("APN"))) & " " & _
>IIf(IsDBNull(myDataRow("StreetNumber")), "", Trim(myDataRow("StreetNumber")))
>
>What is the proper code to cancanate the string?
>
>Any help would be greatly appreciated.
>
>
>Thanks
>Roland
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform