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 dencom 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: eWish
  • Content: Threads
  • Order by date
  1. eWish

    Udate table while using placeholders

    Can you use placeholders when using the UPDATE statement? I have tried the following, however, it does not give an error nor does it update the table. $sql = $dbh->prepare("UPDATE sometable SET (name, category) WHERE id=(?) VALUES (?,?)" , undef, $params{'name'}, $params{'category'})...

Part and Inventory Search

Back
Top