codice:
<%
If IsNull("blob") or blob = "" then
   response.write("Il campo è vuoto")
Else
   ext = right(rs("blob"),3)
End If
%>
Così è scritto correttamente?