in reply to Re: Odd "rows affected" values using DBI on MySQL
in thread Odd "rows affected" values using DBI on MySQL
And started getting "0E0" as my return value for rows affected instead of 1. Anyone know why not just 0? Is that just "Zero to the Zero"? In any case, it'll do =)$rows_affected = $dbh->do("UPDATE meters SET description=? WHERE name= + ? and description <> ? ", undef, $info, $meter, $info);
Thanks etcshadow!
Peace,
LassiLantar
P.S. Your signature is brilliant. Every vi user should see that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Odd "rows affected" values using DBI on MySQL
by ercparker (Hermit) on Jul 24, 2004 at 20:41 UTC | |
by LassiLantar (Monk) on Jul 24, 2004 at 20:46 UTC | |
|
Re^3: Odd "rows affected" values using DBI on MySQL
by heroin_bob (Sexton) on Jul 25, 2004 at 00:21 UTC | |
|
Re^3: Odd "rows affected" values using DBI on MySQL
by grantm (Parson) on Jul 24, 2004 at 21:49 UTC | |
by tilly (Archbishop) on Jul 24, 2004 at 21:56 UTC |