|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Mysql/php transaction
I started using transaction and i wanted to know wether the BEGIN statment lock the table untill COMMIT or ROLLBACK called. If it's not what can do to lock the table?
thanks |
|
#2
|
|||
|
|||
|
Follow the link for your answer:
http://www.mysql.com/doc/en/COMMIT.html The Transaction symantics usually follows the following convention: [01] begin the transaction [02] do some updating [03] commit or rollback the transaction |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > Mysql/php transaction |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|