What would we use to know if a value returned in a datatable is NULL in the database?

Options
- IsDbNull( )
- IsEmpty( )
- ISNull( )


CORRECT ANSWER : IsDbNull( )

Discussion Board
Wrong!

This answer is rubbish. If you want to know if a value returned in a datatable is NULL in the database then use IsDbNull(), otherwise you would use
If [VariableName] Is Nothing Then
....


Jeff 02-15-2015 05:20 PM

Typing error

It's called IsDbNull()

Nicolas 01-18-2015 05:44 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement