Simple ADO Page Scrolling Example

Query: <% sql = Request("sql") if sql = "" Then sql = "select ProductName, ProductType, ProductDescription, ProductImageURL from products" end if %>