Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: medine
  • Content: Threads
  • Order by date
  1. medine

    problem passing the $dbh handle between pages

    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...
  2. medine

    mySQL LOCK TABLES

    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...

Part and Inventory Search

Back
Top