G
Greg
I have a dataset that I need to read a value from during debugging but keep
getting the error in the title of this message. I'm setting a break point
on the line: For c = 0 To dsThreads.Tables("Temp").Rows.Count - 1, but I
can't get the value. What's strange is that the table has rows in it but
when I step through with the debugger it thinks there aren't any rows (it
skips to the next section of code). This just started happening and I'm not
sure why, but it's screwing up my program.
Anyone know what causes the problem?
getting the error in the title of this message. I'm setting a break point
on the line: For c = 0 To dsThreads.Tables("Temp").Rows.Count - 1, but I
can't get the value. What's strange is that the table has rows in it but
when I step through with the debugger it thinks there aren't any rows (it
skips to the next section of code). This just started happening and I'm not
sure why, but it's screwing up my program.
Anyone know what causes the problem?