Cache Common Data
Written by Eric Smith, Northstar Computer Systems LLC
If you're using data from a database in a lookup manner, keep it in local variables or an array instead of continually checking the recordset. This will make your application run faster and save on database accesses while processing your page's information.
Keywords: [
Data Access
]
Publication Date: 6/1/1999, Last Update: 3/24/2010
|