Please show us your Perl code and then we can have a look and try to find
what is wrong,

Cheers Karl.
----- Original Message -----
From: "Ken Kinder" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 30, 2001 10:25 PM
Subject: Running queries while queries are still running


> 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
>
>


---------------------------------------------------------------------
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