Web Development Starts Here…

Posts Tagged "PDO Transaction"

Managing Transaction in PDO

Posted by on Sep 3, 2010 in Object Oriented Programming, Open Source, PDO, PHP | 1 comment

Transaction is very useful portion of the database operation when we are making number of queries and all the queries are depends on each other. Transaction works on this method “All or Nothing”.

Read More