| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Jim Wallace | Date: | December 20 2006 3:46pm |
| Subject: | RE: transactions | ||
| View as plain text | |||
You can also use the Transaction class, which is nice since it rolls back on destruction, so you don't have to worry about doing it yourself in every error condition. Transaction trans(*m_conn); ... trans.commit(); -----Original Message----- From: christian hofmeister [mailto:christian.hofmeister@stripped] Sent: Wednesday, December 20, 2006 9:00 AM To: plusplus@stripped Subject: transactions hello everybody does the API provide transactions? i did not found any transaction class. thank you
| Thread | ||
|---|---|---|
| • transactions | christian hofmeister | 20 Dec |
| • Re: transactions | Angelo Dipierro | 20 Dec |
| • Re: transactions | christian hofmeister | 20 Dec |
| • Re: transactions | Warren Young | 20 Dec |
| • Re: transactions | Warren Young | 20 Dec |
| • new User manual | joh3@lithophile.com | 20 Dec |
| • Re: transactions | christian hofmeister | 23 Dec |
| • Re: transactions | Angelo Dipierro | 21 Dec |
| • handling medium text in sql_create statement? | gary clark | 21 Dec |
| • Re: handling medium text in sql_create statement? | Warren Young | 22 Dec |
| • Re: handling medium text in sql_create statement? | gary clark | 22 Dec |
| • Re: handling medium text in sql_create statement? | Warren Young | 22 Dec |
| • Re: handling medium text in sql_create statement? | gary clark | 22 Dec |
| • Re: handling medium text in sql_create statement? | Warren Young | 22 Dec |
| • RE: transactions | Jim Wallace | 20 Dec |
