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



------------------------ 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/
 

Reply via email to