codice:
inserimento=(rs.fields("data_inserimento")) 
if inserimento="" or IsNull(inserimento) then 
response.Write("non c'è il valore") 
end if

Roby