Perchè questo code:
codice:
SQLQuery = "select * From RSist WHERE ID_PAU = "& PAU &" "
Set RECQ = ConnDown.Execute(SQLQuery)

if not RECQ.eof then
While Not RECQ

RECQ.movenext 
wend
end if
RECQ.Close
Set RECQ = Nothing
restituisce quest'errore???:
Microsoft VBScript runtime error '800a000d'

Type mismatch

/interr.asp, line 599
line 599 While Not RECQ