B
Bryan Harrington
Hello.. I have an asp classic app that I'm using a "common" file that is
included in all pages that contains items like the database connection
string, some common functions etc.
Also included in the file set as local variables are things like
Product Name
Customer Name
Start of Fiscal Year
password min/max length etc..
So.. my question is.. does it make more sense, or is it faster, or better
memory wise to change the local variables to Application variables?
TIA
included in all pages that contains items like the database connection
string, some common functions etc.
Also included in the file set as local variables are things like
Product Name
Customer Name
Start of Fiscal Year
password min/max length etc..
So.. my question is.. does it make more sense, or is it faster, or better
memory wise to change the local variables to Application variables?
TIA