mi da di continuo questo errore
ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/public/newcolloqui.asp, line 0
su questo codice
<%
Dim username
username=Request.Querystring("username")
sql = "select * from utenti where username='"&Session("username")&"'"
Set rec = Server.CreateObject("ADODB.Recordset")
Set Rec=Conn.Execute(SQL)
%>
<input type="text" name="operatoreinseritore" value="<%=rec("username")%>" size="11" style="background-color: #000080; color: #FFFFFF; font-family: Tahoma; font-size: 8 pt; font-weight: bold; border-left-style: solid; border-left-color: #FFFFFF; border-right-style: solid; border-right-color: #FFFFFF; border-top-style: solid; border-top-color: #FFFFFF">
come posso risolvere la questione eliminando l'errore???

Rispondi quotando