cosi:
codice:
Utente = Request.cookies("login")("utente")
rst = Server.CreateObject("ADODB.Recordset");
SQL = " Select * from Tabella Where nick = '"&Utente&"'";
rst = con.Execute(SQL);