application variable changing in length
We use static data a lot and keep it in application variables (arrays) instead of querying over and over.
Select-option elements are populated with the arrays.
After a few days to a few weeks, we get an error when an update query is run - that the length of the data in the application var exceeds the length specified in the cfqueryparam.
The field width is 2 and so is the specified length.
We refresh the application variables and that fixes things for a time. The code with the error runs fine hundreds or thousands of times before the error comes back.
Could the array value change in length ?
Could something else be causing this ?
