Guys,
I have a page that gets called by itself several times and displays information that it reads from a database. However, at the moment it is extremely inefficient as each time the page is accessed it reads the data from the database. Is there any way that I can store the data the first time the page is accessed i.e. reading the data from the database into a recordset and somehow storing this recordset in a session level array or something like that? Mise Le Meas,
Mighty
I have a page that gets called by itself several times and displays information that it reads from a database. However, at the moment it is extremely inefficient as each time the page is accessed it reads the data from the database. Is there any way that I can store the data the first time the page is accessed i.e. reading the data from the database into a recordset and somehow storing this recordset in a session level array or something like that? Mise Le Meas,
Mighty