scusate, ho perso un pezzo

110// Set objrs = Server.CreateObject("ADODB.Recordset")
111// sql= "SELECT year,month, sum(impres) as totx, count(day) as numerogiorni from counter group by year,month"
112// objrs.Open sql, conn ,1,3
113// while not objrs.eof
114// Around= objrs("totx")/objrs("numerogiorni")
115// Around=round(Around,2)