Hi all is there a way to check and make sure that n number of records do exist when you run the "select top n ... "
The problem I'm facing right now is that when I run the select statement, and input the the result in an array with getrows and then try to access the array, I get the "Subscript out of range: [number:3]" error