I would like to create an array, but do not know the number of elements that will be passed to it.
The array would hold any error information (a string) caused by an unsuccessful database query. The code contains multiple queries and if an error occurs I would like to capture it in a table. There could be 1 error or 1000.
How do I Dim the array and then how would I load the information to it.
Thanks
The array would hold any error information (a string) caused by an unsuccessful database query. The code contains multiple queries and if an error occurs I would like to capture it in a table. There could be 1 error or 1000.
How do I Dim the array and then how would I load the information to it.
Thanks