(a) 
http://mywebsite/ceres.exe?htmlfile=prodlist.html

(b)
http://mywebsite/ceres.exe?htmlfile=prodlist.html&Name=Pants

(c)
<!-- !InsertResultTable Catalog ProductCatalog SELECT Name, Size, 
                Price from Product where Name=@Name-->

(d)
http://mywebsite/ceres.exe?htmlfile=prodlist.html&Name=
                Pants&pagesize=10&page=3

Example 6: (a) Typical URL; (b) another typical URL; (c) introducing a where clause; (d) passing parameters to control the number of records returned from the query.

Back to Article