in reply to
DBI and UPDATE
Thanks everyone! I guess I should've tried it first. It really does work. :)
Comment on
Re: DBI and UPDATE
Replies are listed 'Best First'.
Re: Re: DBI and UPDATE
by
mpeppler
(Vicar)
on Dec 13, 2001 at 03:45 UTC
Just remember to use a WHERE clause to only update the data in the appropriate rows - as written
all
the rows in that table get updated...
Michael
[reply]
In Section
Seekers of Perl Wisdom