Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
any ideasmy $sth3 = $dbh->do("UPDATE league SET played = \'$playeda\' AND SET w +on = \'$wona\' AND SET fr = \'$fora\' AND SET ag = \'$againsta\' AND +SET points = \'$pointsa\' WHERE year = \'$thisyear\' AND sport = \'$s +port\' AND group = \'$group\'")|| die "Can't execute SQl update 1";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl dbi problem1
by knobunc (Pilgrim) on Apr 12, 2001 at 22:50 UTC | |
|
Re: perl dbi problem1
by Masem (Monsignor) on Apr 12, 2001 at 22:40 UTC | |
|
Re: perl dbi problem1
by physi (Friar) on Apr 12, 2001 at 22:43 UTC |