somjit
10-19-2004, 03:37 AM
Hi,
I am creating an ASP application where the user answers a series of questions distributed across multiple pages. When he starts answering the first page, the records pertaining to his answer must be pulled from the Access database. This can be easily implemented thru an easy connection object in ADO.
For successive pages, I do not want to access the database again, because the recordset from my first page needs to be the source of the next selection (which gets reduced after processing in the second page and so on). How can I implement this, that is, keep the recordset locally or on the server, but active throughout the session? I don't intend to keep the connection to the database open thru all the pages, as Access is a few-connection application.
Also, to this basic implementation, there can be another enhancement required where I need to retain the copy of each recordset created in each page separately.
Need ur valuable suggestion
Somjit
I am creating an ASP application where the user answers a series of questions distributed across multiple pages. When he starts answering the first page, the records pertaining to his answer must be pulled from the Access database. This can be easily implemented thru an easy connection object in ADO.
For successive pages, I do not want to access the database again, because the recordset from my first page needs to be the source of the next selection (which gets reduced after processing in the second page and so on). How can I implement this, that is, keep the recordset locally or on the server, but active throughout the session? I don't intend to keep the connection to the database open thru all the pages, as Access is a few-connection application.
Also, to this basic implementation, there can be another enhancement required where I need to retain the copy of each recordset created in each page separately.
Need ur valuable suggestion
Somjit