Re: transaction savepoints

2003-09-26 Thread Egor Egorov
"Robert Morgan" <[EMAIL PROTECTED]> wrote: > > Hi I'm running mysql 4.0.14 > I'm doing an update from a webpage involving 3 tabIes, using 3 update queries and > need to be able to roll back to > before the first update query if the second or third query go pear shape. So I need > to set a savepo

transaction savepoints

2003-09-25 Thread Robert Morgan
Hi I'm running mysql 4.0.14 I'm doing an update from a webpage involving 3 tabIes, using 3 update queries and need to be able to roll back to before the first update query if the second or third query go pear shape. So I need to set a savepoint to rollback to if anyone could show me a an exampl