codice:
Set rsChanFoot = objConnChanFoot.Execute(sqlChanFoot)
If rsChanFoot.EOF Then
Response.Write("rs vuoto")
Else
.....
End If
così dovrebbe andare

Ciau!
- Dean