You have already been told. You are trying to iterate over the rows returned through the query object. That last thing that query object executed was an SQL Insert, which returns no rows.
You have already been told. You are trying to iterate over the rows returned through the query object. That last thing that query object executed was an SQL Insert, which returns no rows.
"We can't solve problems by using the same kind of thinking we used when we created them." -- Einstein
If you are posting code then please use [code] [/code] tags around it - makes addressing the problem easier.
Bookmarks