in reply to
Re: DBI and UPDATE
in thread
DBI and UPDATE
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
Comment on
Re: Re: DBI and UPDATE
In Section
Seekers of Perl Wisdom