i want to check if Database has Null Value, i have try :
but it doesn't work.
While reader.Read
If reader.IsDBNull(column_index) Then
MsgBox("It's Empty")
End If
End While
but it doesn't work.