codice:
If IsNull(campo_del_db) then
   response.write("Il campo è vuoto")
Else
   FAI IL RESTO!!!
End If