% set rs_top=server.createobject("adodb.recordset") sql = "select top 12 * from BigClass order by BigClassID asc" rs_top.open sql,conn,1,1 %>