Perchè questo code:restituisce quest'errore???: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
line 599 While Not RECQMicrosoft VBScript runtime error '800a000d'
Type mismatch
/interr.asp, line 599
![]()

Rispondi quotando