Hi,
I'm new at ASP, so my question may seem silly, but here I go.
I've been reading a lot of docs. I understand how to create a database connection and a recordset object with a SQL statement. But how do I actually save the recordset for further use?
This is what I am trying to acheive:
1. Use getdata.asp to retrieve data from data source and show data to user.
2. Use filterdata.asp to let the user filter the data and show the filtered result.
I presume I should create the recordset in getdata.asp. How do I maintain the recordset for filterdata.asp to avoid accessing the data source a second time?
All advice would be very useful.
Thanks in advance.
Thierry
I'm new at ASP, so my question may seem silly, but here I go.
I've been reading a lot of docs. I understand how to create a database connection and a recordset object with a SQL statement. But how do I actually save the recordset for further use?
This is what I am trying to acheive:
1. Use getdata.asp to retrieve data from data source and show data to user.
2. Use filterdata.asp to let the user filter the data and show the filtered result.
I presume I should create the recordset in getdata.asp. How do I maintain the recordset for filterdata.asp to avoid accessing the data source a second time?
All advice would be very useful.
Thanks in advance.
Thierry