Yes, you use DBNull the same on a web service, depending whether you are pushing or pulling. Here is a snippet on how I handled a push back to the web site.
==============================
If IsDBNull(UpRS(1).Value) Then
Exit Do
Else
Order.StatusCode = UpRS(1).Value
End If
==============================
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.