Faltu Funda| 30 Mar 2008 | |||||
|---|---|---|---|---|---|
|
practice interviews and prepare for interviews in todays changing world every one want to increase there salaries very quickly. Changes your employer is an very efficient solution for this. But changing employer and company is not so easy. cont.. |
||||
| 23 Aug 2008 | |||||||
|---|---|---|---|---|---|---|---|
|
Mysql transactions Hello everybody. I'm trying to use transactions provided by mysql in my scripts. but no success. i've tried to run updates with transactions from mysql command prompt. Commands i've used are as follows delimiter $ start transactions; update address_book set name = 'trial' where address_id = 2; rollback; $ delimiter ; By my logics this update should be rollback without affecting database entries. But it always fails, updating the data set. i hope if it is not running in command prompt then it will definitely not run from my scripts ( php scripts) Can anybody help me doing this. Where i'm making the mistake............ Thanks. |
||||||
|
|||||||||
1