Re: MySql Rollback in PHP within a website

2003-07-13 Thread Heikki Tuuri
Bruce, - Original Message - From: ""bruce"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Sunday, July 13, 2003 11:32 PM Subject: MySql Rollback in PHP within a website > Hey... > > I have a question. I need to be able to try to per

MySql Rollback in PHP within a website

2003-07-13 Thread bruce
Hey... I have a question. I need to be able to try to perform a database update, but if it doesn't succeed, I need to be able to rollback the changes, and to inform the user that the changes didn't succeed. I've looked at the MySql site, and can see somewhat how the Commit/RollBack functions work