This topic is locked

Forwarding recordsets to additional pages

1/30/2006 11:09:58
ASPRunnerPro General questions
R
RussCole author

I have additional pages to create that will use the data created from searches on the database, such as a template for mailing labels. How do I reference the recordset to pull that data over to another page that will display a formatted asp page with 30 labels that can be printed from their browser?
I have an existing website for a realtor that does this already, but the software I used to create it is Drumbeat 2000, which is no longer available for Windows XP since the company got bought out by Macromedia and they killed the software because it competed with their products.
Russ

Sergey Kornilov admin 1/30/2006

Russ,
rather than passwing the whole recordset to another page use SQL query to open a new recordset and print labels. Search results SQL is stored in the following session variable

Session(strTableName & "SQL")