Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Which code is faster ?


Message #1 by "Vikas Sethi" <emailtovikas@r...> on Mon, 15 Jan 2001 16:41:20 -0000
Hi,

I have opened a Recordset in an ASP page and I store some data in

variables to be passed with a querystring to the other page. All the data

is to be displayed to the user for modification.

Will it be faster to send this data through the querystring or will it be

faster to send only the primary ID to the next page and open a recordset

there and get the data from the database.



Thanks...


  Return to Index