Good afternoon.
I have a general question regarding what types of problems can stem from undimmed vb script variables in an asp page. I'm having INTERMITTENT problems with an application in production and I currently don't have a way to view variable values in production.
In the course of looking for causes of the problem, I noticed that, on the page where I'm having the issues, there are some variables that I didn't dim. I cloned some code from another asp page in our application and I neglected to remove some variables that I don't need and I'm wondering if this could be a possible cause of my current issues, especially the fact that the problem is intermittent. The only thing thing that I do with these unnecessary variables is assign a value to them from the value that's returned from the database in a recordset.
Thanks for any thoughts regarding this.
I have a general question regarding what types of problems can stem from undimmed vb script variables in an asp page. I'm having INTERMITTENT problems with an application in production and I currently don't have a way to view variable values in production.
In the course of looking for causes of the problem, I noticed that, on the page where I'm having the issues, there are some variables that I didn't dim. I cloned some code from another asp page in our application and I neglected to remove some variables that I don't need and I'm wondering if this could be a possible cause of my current issues, especially the fact that the problem is intermittent. The only thing thing that I do with these unnecessary variables is assign a value to them from the value that's returned from the database in a recordset.
Thanks for any thoughts regarding this.