Salve,

mi spiegate perchè invece di riportare vuoto mi da errore????


ADODB.Field error '80020009'

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

/cart.asp, line 0

---------------------------------------------------

rs.Open "SELECT * FROM cart WHERE ip='" & strRic & "'", cn, 1,3

if not rs.eof then

%>
vuoto

<%
End if


Grazie