/t5/dreamweaver-discussions/asp-query-a-recordset/td-p/3790Aug 28, 2006
Aug 28, 2006
Copy link to clipboard
Copied
If I create a recordset in ASP is it then possible to perform
a query on the
recordset so that only certain data in the recordset is
shown, a bit like a
view of the recordset?
/t5/dreamweaver-discussions/asp-query-a-recordset/m-p/3792#M149470Aug 28, 2006
Aug 28, 2006
Copy link to clipboard
Copied
LATEST
After you create the recordset you can run filters on it to
display only certain data on the page. You can even create a
filter, display that data, then turn off the filter and create
another one to display different data from the same recordset.