Bug? cursor.rowcount showing incorrect rowcount

tkristensen

Member
Licensed User
Longtime User
Just ran across an interesting issue. I was debugging a simple for next loop and the values for the loop counter appeared to be out of range. It turned out that when I was hovering the rowcount it's results were being truncated.

upload_2014-2-21_13-4-12.png


Notice the RowCount = 4 in the code window and the rowcount = 40 in the logs.
upload_2014-2-21_13-4-12.png
 
Top