Have you considered using the CACHEDWITHIN attribute for this? You could then include your query on both pages and it will use the cached version on the second page... no need to mess around with sesson variables...
bye On Sat, 2004-03-13 at 14:21, Scott Thornton wrote: > Hi, > > I would like to use a query result set on another page. > > Rather than re-querying the database, I would simply like to pass the > query result set to the next page as a structure/array. > > The query has a single record with multiple fields. > > I guess I would need to save it as a session var, but I do not know how to > do it... > > Can anyone assist me? > > Thanks muchly.... > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
