[forwarded submission from a non-member address -- rjk]
From: Jerome Giudicelli <[EMAIL PROTECTED]>
Date: Fri, 13 Apr 2001 10:08:26 -0500
Subject: MySQL and Perl DBI
To: <[EMAIL PROTECTED]>
Hi, I have a MySQL question:
I can't seem to get the "lock tables" command to work other than from the
command line.
Here's the code I have been using through a CGI script:
$q = $dbh->do("lock tables eval write");
but that doesn't do anything!
I have been searching a lot of sites to no avail.
I am running MySQL version 3.22.21.
Does anybody have any idea on what the correct syntax is or why this doesn't
work?
Thank you.
Jérôme