Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am using MYSQL I can't post my code for confidentiality reasons but that is basically the crix of my problem.$insertstr = ("update table set col1= ? where col2 = ?); $rows_affected = $dbh->do($insertstr, undef, $val1, $val2)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: getting the ids of records affected by an input statement
by JavaFan (Canon) on Nov 22, 2010 at 19:16 UTC | |
by Anonymous Monk on Nov 22, 2010 at 23:38 UTC | |
by JavaFan (Canon) on Nov 22, 2010 at 23:48 UTC | |
Re: getting the ids of records affected by an input statement
by locked_user sundialsvc4 (Abbot) on Nov 22, 2010 at 19:22 UTC | |
Re: getting the ids of records affected by an input statement
by grantm (Parson) on Nov 22, 2010 at 22:16 UTC | |
Re: getting the ids of records affected by an input statement
by aquarium (Curate) on Nov 22, 2010 at 23:07 UTC |