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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top