Re: Running queries while queries are still running

2001-11-30 Thread Karl Uscroft
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 que

Re: Running queries while queries are still running

2001-11-30 Thread Mike(mickalo)Blezien
On Fri, 30 Nov 2001 15:25:18 -0700, Ken Kinder <[EMAIL PROTECTED]> wrote: >>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 P

Running queries while queries are still running

2001-11-30 Thread Ken Kinder
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