$dbh->$do("LOCK TABLES support read");
$SQLCommand="UPDATE support.....");
my $sth = $dbh->prepare("SQLCommand");
$sth->execute;
$dbh->do("UNLOCK TABLES");
Well, this has the effect of locking me. I want to lock everyone else but the application undating the table. Should I be looking at my perl scripting here or SQL for the answer?
Please advise,
sdyates
In reply to using perl to lock tables without locking myself by sdyates
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |