After $rs->EOF, I am using the function, $rs->MoveFirst() to start the looping again, but this function not working, I try to refer “fields” is empty.
Any encounter this issue? Thanks.
After $rs->EOF, I am using the function, $rs->MoveFirst() to start the looping again, but this function not working, I try to refer “fields” is empty.
Any encounter this issue? Thanks.
Hi: some datasets could be “forward only”. You cannot navigate them backwards… but we need more information: What database and what driver are you using?
A work-around could be to close and re-open the query.
mysql…
I workaround really you guys said. forward only… cannot backward.
So have to close() and do the query again.