Mi dà errore sulla riga execute dice object required "Codice PHP:
If Request.QueryString("id") <> "" AND Request.QueryString("id") <> "0" AND IsNumeric(Request.QueryString("id")) = True Then
FID = Request.QueryString("id")
Else
FID = 0
End If
SQLArticolo = " DELETE * FROM Articoli WHERE ID = '"& cInt(FID) &"' "
If Session("BLOGAdmin") = False Then
SQLArticolo = SQLArticolo & " AND Autore = '"& Session("BLOGNick") &"' "
End If
RSArticolo.execute(SQLArticolo)
Set RSArticolo = Nothing
ma perchéééééééé