<%
Dim oConn

Set oConn = Server.CreateObject("ADOdb.Connection")

oConn.ConnectionString = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("mdb-database/MSSql14152.mdb")
oConn.Open

oConn.Execute("DELETE FROM news WHERE ID=" & Request.QueryString("ID"))
Response.Redirect("gestionenews.asp")
%>

ho inziato a cercare il rete e ho inziao a modificare creando una "specie" di connessione?