| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Tim Murison | Date: | April 4 2005 11:20pm |
| Subject: | Transactions with MySQLPP | ||
| View as plain text | |||
Hi all,
I was wondering if MySQLPP supports some kind of mechanism to do
transactions.
I don't need to be able to roll-back (though it could be cool), I just
want a clean way to say:
start_transaction
{ do stuff }
if failure then roll back everything
else exit_success
Cheers,
-Tim
| Thread | ||
|---|---|---|
| • Transactions with MySQLPP | Tim Murison | 5 Apr |
| • Re: Transactions with MySQLPP | Warren Young | 5 Apr |
| • Re: Transactions with MySQLPP | Warren Young | 5 Apr |
| • RE: Transactions with MySQLPP | Steve Roberts | 5 Apr |
| • Re: Transactions with MySQLPP | Warren Young | 5 Apr |
| • RE: Transactions with MySQLPP | Tim Murison | 11 Apr |
| • RE: Transactions with MySQLPP | Steve Roberts | 11 Apr |
| • RE: Transactions with MySQLPP | Tim Murison | 11 Apr |
