Re: [PHP-DB] Mysql and rollbacks

2004-07-15 Thread Neil Smith [MVP, Digital media]
rom: "Peter Westergaard" <[EMAIL PROTECTED]> Date: Wed, 14 Jul 2004 09:40:28 -0400 Subject: Re: [PHP-DB] Mysql and rollbacks > I was about to suggest the same, the latest builds of MySQL have theese > functions from what I knew... I think youll find what you need there. Thanks, Kim.

Re: [PHP-DB] Mysql and rollbacks

2004-07-14 Thread Peter Westergaard
> I was about to suggest the same, the latest builds of MySQL have theese > functions from what I knew... I think youll find what you need there. Thanks, Kim. Any stable and fairly affordable hosts out there using these latest builds? Mine is back a few, no transactional functionality that I can

Re: [PHP-DB] Mysql and rollbacks

2004-07-13 Thread Martin Marques
On Tue, 13 Jul 2004, Peter Westergaard wrote: > I'm developing a site where I anticipate the need to make several updates to > several forms, and I'll want to "commit" them all at once (i.e. if there's a > failure with any of the transactions, I'd like to be able to back out to > before I started)

Re: [PHP-DB] Mysql and rollbacks

2004-07-13 Thread Kim Steinhaug
I was about to suggest the same, the latest builds of MySQL have theese functions from what I knew... I think youll find what you need there. -- Kim Steinhaug - There are 10 types of people when it comes to binary numbers: tho

Re: [PHP-DB] Mysql and rollbacks

2004-07-13 Thread John W. Holmes
Peter Westergaard wrote: I'm developing a site where I anticipate the need to make several updates to several forms, and I'll want to "commit" them all at once (i.e. if there's a failure with any of the transactions, I'd like to be able to back out to before I started). Is there a decent way to do