IsNull

  • Thread starter Thread starter David Webb
  • Start date Start date
D

David Webb

Hi,

In Compact Framework VB.NET, how can I test for a null value? IsNull
isn't supported, and I can't get DBNull to work. I just want to test a
field value in an SQL Data Reader to see if it is null similar to the
following :-

If not isnull(field) then
.....
end if

Any sample code snippets would be greatly appreciated!

Kind Regards,

David.
 
Back
Top