Transactions
Posted: Sat Jun 28, 2008 6:31 am
I need to use transactions to avoid synchronization problems when modifying my database. As part of my transaction procedure I have created some MySQL functions. These work fine from the MySQL command line but in PHP I cannot turn off auto commit and change the delimiter. This makes entering multi-line procs extremely difficult. Can anyone help?