codice:
if  RS.eof then
response.write ("NON aggiorna")        
else
response.write ("AGGIORNA")
end if
provato anche così?