in reply to Updating a database
$sql = <<EOF; update Volunteer set volunteer_id = $new_id and Number = $newnumbe +r where id = 2 EOF ; $dbh->do($sql) || return "ERROR: '$sql'";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Updating a database
by grep (Monsignor) on Jan 15, 2002 at 10:46 UTC | |
|
Re: Re: Updating a database
by George_Sherston (Vicar) on Jan 15, 2002 at 14:41 UTC |