Ho notato che se faccio così:

codice:
if rs.fields("evidenza") <> "SI" then
...
mi fa visionare quello cui il campo EVIDENZA è su SI

Però se non trova nessun campo EVIDENZA su SI, quindi l'else....
mi dà questo errore:

codice:
ADODB.Field error '80020009' 

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. 

/home.asp, line 0
Cosa può essere??
Grazie
G.