Hi folks,
I would like to be able to pass a DB handle between pages on a web site so that I will be able to use the same db connection. The connection works fine as long as I use it within the same file but when I try to pass the handle to another page I get the following error message.
Can't...
Hi folks,
I'm looking for some advice on how to lock tables with perl and mySQL?
After makeing a connection, I can lock a table with the following code:-
$dbh->do('LOCK TABLES user WRITE');
This works fine if I try and access the user table with the same $dbh handle, but when I log on useing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.