% Set rs = Server.CreateObject("ADODB.Recordset") sql = "select * from people order by ID" rs.open sql, conn, 3, 3 %>
SITEMAP