vijdev Posted October 19, 2010 Share Posted October 19, 2010 must we always use Transactions in php-mysql applications? i kind of made a self-discovery for a problem i was trying to solve....and found that mysql transactions would solve my problem. i wanted a set of SQLs to all be executed, or none an with undo of partial successful updates. is this transactions the standard way, and is this a must-do for realtime applications? any pros/cons/advise? thanks! Quote Link to comment https://forums.phpfreaks.com/topic/216301-transactions-in-php-mysql-appliations/ Share on other sites More sharing options...
vijdev Posted October 20, 2010 Author Share Posted October 20, 2010 anyone? Quote Link to comment https://forums.phpfreaks.com/topic/216301-transactions-in-php-mysql-appliations/#findComment-1124208 Share on other sites More sharing options...
BlueSkyIS Posted October 20, 2010 Share Posted October 20, 2010 transactions aren't always necessary. use them when they are useful. Quote Link to comment https://forums.phpfreaks.com/topic/216301-transactions-in-php-mysql-appliations/#findComment-1124209 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.