I have a query. It (should) return one row. It normally does, except when I 
do something like this:

(query)
(loop through results)
   (update table that was in the first query)

When I do this logic in Perl/DBI, it seems to restart the loop, returning the 
same row, over and over again. Can this be right?

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to