in reply to Re: Locking Access Records and Database
in thread Locking Access Records and Database
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";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Locking Access Records and Database
by ikegami (Patriarch) on Apr 08, 2008 at 17:19 UTC | |
by merrymonk (Hermit) on Apr 09, 2008 at 10:20 UTC | |
by ikegami (Patriarch) on Apr 09, 2008 at 10:32 UTC | |
by merrymonk (Hermit) on Apr 09, 2008 at 14:14 UTC |