The order of the QueryString collection is not guaranteed like the order of a SELECT is (SELECT * permitting of course)
-----Original Message----- From: Andy and Kim Mills [mailto:[EMAIL PROTECTED] Sent: 15 July 2004 4:20 To: [EMAIL PROTECTED] Subject: [ASP] Querystring Ordinals Hello Guys: When you gather values from a recordset, it is far more efficient to use the ordinal value, rather than the named value of the recordset. For instance: RS(2) is more efficient than using RS("Value"). My question is: does this same logic apply to Request.QueryString("Value")? I tried to use ordinal values in a querystring (Request.QueryString(1)) instead, but that got errors. Is this even possible to do, and if so, does it give you any more efficiency that using the named value? Thanks Andy --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links The contents of this email and any attachments are sent for the personal attention of the addressee(s) only and may be confidential. If you are not the intended addressee, any use, disclosure or copying of this email and any attachments is unauthorised - please notify the sender by return and delete the message. Any representations or commitments expressed in this email are subject to contract. ntl Group Limited ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
