<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not Edit. FP_CharSet = "windows-1252" FP_CodePage = 1252 %> CategoryID <% fp_sQry="SELECT * FROM Products" fp_sDefault="" fp_sNoRecords="" fp_sDataConn="Sample" fp_iMaxRecords=256 fp_iCommandType=1 fp_iPageSize=5 fp_fTableFormat=True fp_fMenuFormat=False fp_sMenuChoice="" fp_sMenuValue="" fp_iDisplayCols=10 fp_fCustomQuery=False BOTID=0 fp_iRegion=BOTID %>
ProductID ProductName SupplierID CategoryID QuantityPerUnit UnitPrice UnitsInStock UnitsOnOrder ReorderLevel Discontinued
No records returned.
<%=FP_FieldVal(fp_rs,"ProductID")%> <%=FP_FieldVal(fp_rs,"ProductName")%> <%=FP_FieldVal(fp_rs,"SupplierID")%> <%=FP_FieldVal(fp_rs,"CategoryID")%> <%=FP_FieldVal(fp_rs,"QuantityPerUnit")%> <%=FP_FieldVal(fp_rs,"UnitPrice")%> <%=FP_FieldVal(fp_rs,"UnitsInStock")%> <%=FP_FieldVal(fp_rs,"UnitsOnOrder")%> <%=FP_FieldVal(fp_rs,"ReorderLevel")%> <%=FP_FieldVal(fp_rs,"Discontinued")%>