Re: CURSOR WITH UPDATE

2006-07-11 Thread pDale
On 7/11/06, Jonathan Leffler <[EMAIL PROTECTED]> wrote: On 7/11/06, pDale <[EMAIL PROTECTED]> wrote: > From looking around with Google, it would APPEAR that you can > implement a cursor WITH UPDATE in DBI, but I have not been able to > find an example of that. Would an

Re: CURSOR WITH UPDATE

2006-07-11 Thread Jonathan Leffler
t you can implement a cursor WITH UPDATE in DBI, but I have not been able to find an example of that. Would anyone happen to have a bare-bones code framework for such a thing? Since I should give an example of the kind of operation I hope to do... __CODE__ my $db; # database connection

CURSOR WITH UPDATE

2006-07-11 Thread pDale
From looking around with Google, it would APPEAR that you can implement a cursor WITH UPDATE in DBI, but I have not been able to find an example of that. Would anyone happen to have a bare-bones code framework for such a thing? Since I should give an example of the kind of operation I hope to