% DBConnect set rs = Server.CreateObject("ADODB.RECORDSET") sqlload = "SELECT * from category order by cat_order" rs.Open sqlload , conn ,1,1,1 %>