SALVE ho questo script:
<%
Dim Conn
Set Conn=Server.CreateObject("ADODB.Connection")
Conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq="& Server.Mappath("/mdb-database/UTENTI.mdb")
Username=Request.Form(Recordset1.Fields.Item("Somm aDicrediti").Value)
SQL = "DELETE INTO UTENTIISCRITTI(SommaDicrediti)"
SQL = SQL&"VALUES('"&Username&"')"
Conn.Execute(SQL)
%>
perche' di quella query contenuta in utenti.mdb non cancella il valore
sommadicrediti?
mi scrive:
Request object error 'ASP 0105 : 80004005'
Index out of range
/CANCELLACREDITI.asp, line 29
An array index is out of range.