Good afternoon !
Does anybody know why this does not work on me?
If (Data.wasNull()) Then
MsgBox "NULL"
Else
MsgBox "not NULL"
End If
i want to check if msql query is nothing because when i tried to compare with NULL OR "" nothing happened.
*****when it finds a record it appears not NULL but when it does not find any record it does not appears the
MsgBox "NULL" *******
Thanks in advanced