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.
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.