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!

Recent content by medine

  1. medine

    problem passing the $dbh handle between pages

    Barbie, OK thanks for your help, I will work round the problem in the meantime and look at implimenting mod_perl eventually. Cal
  2. 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...
  3. medine

    mySQL LOCK TABLES

    Thanks for your reply Barbie, I've read over all I can find on mySQL's documentation and I still can't figure out why it will not work? Cal
  4. 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