It assigns the recordset as a whole. request.queryName.column1 should return the value of column1 in the first row of the recordset.
cheers, barneyb On Thu, 28 Oct 2004 12:02:04 -0500, G <[EMAIL PROTECTED]> wrote: > Been away too long... > > What does the following block of code assign to the "request.queryName" variable?? > > <cfquery name="queryName"> > SELECT column1, column2 > FROM table > </cfquery> > > <cfset request.queryName = queryName> > > Can i now access "request.queryName.column1" ? > > TIA, > Brian -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/blog/ I currently have 0 GMail invites for the taking ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182847 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

