shree has asked for the wisdom of the Perl Monks concerning the following question:
Thanks Shreedhar Naikmy $db = RDBO->init_db; select records from queue where the flag = ‘F’; process ($rec); update queue set flag = ‘T’ where records =$ rec; $db->commit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: db commit is not happening properly with Rose::DB
by siracusa (Friar) on May 05, 2011 at 17:22 UTC | |
|
Re: db commit is not happening properly with Rose::DB
by davido (Cardinal) on May 05, 2011 at 17:42 UTC | |
|
Re: db commit is not happening properly with Rose::DB
by shree (Acolyte) on May 11, 2011 at 07:17 UTC |