asp_databases thread: Which code is faster ?
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...
|





