codice:
<%
    Set Regole = Server.CreateObject("ADODB.Recordset")
    Dim SQLREGOLE
    SQLREGOLE = "SELECT * FROM regole WHERE id = '"&Request.Querystring("id")&"'"
    Regole.Open SQLREGOLE, Cn,1
	
%>
non funziona... perchè?

il campo id è contatore