% dim rs Set rs = server.createObject("ADODB.Recordset") sql = "SELECT * from notizie order by data desc" rs.open sql, conn, 3 ,3 %>
The Restaurant