Ciao a tutti,
è da giorni che sto combattendo con questo errore ma non riesco a capire dov'è l' errore?
sapreste aiutarmi?


ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
send.asp, line 158

Linea 158

SQLIF = "SELECT ID FROM List"
Set RSIF = Server.CreateObject("ADODB.Recordset")
RSIF.Open SQLIF, Conn, 1, 3

If NOT (RSIF.BOF AND RSIF.EOF) Then%>