in reply to
How do I lock tables using DBI and mySQL?
Yes, I that should work... Table locking is done at the per-thread level, and I think both statement handles above exist within the same thread.
Comment on
Re: How do I lock tables using DBI and mySQL?
In Section
Seekers of Perl Wisdom