<% if 0 then %> <% end if %> <% 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_sColTypes="&ProductID=3&ProductName=202&SupplierID=3&CategoryID=3&QuantityPerUnit=202&UnitPrice=6&UnitsInStock=2&UnitsOnOrder=2&ReorderLevel=2&Discontinued=11&" 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")%>