However, this does not seem to have worked since 1. $lock_res did not contain anything after the code; 2. I could use Access normally to alter data in the table. What am I doing wrong?$lock_res = 'unset'; $lock_str = "LOCK TABLES " . $table . " WRITE"; $lock_res = $dbh->do($lock_str); print "[lock_table] locking table <$table> result <$lock_res>\n";
In reply to Re^2: Locking Access Records and Database
by merrymonk
in thread Locking Access Records and Database
by merrymonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |