Boost logo

Boost :

Subject: Re: [boost] SQL client library ?
From: Jeffrey Bosboom (jbosboom_at_[hidden])
Date: 2009-09-09 18:54:21


Tomas wrote:
> 1) Transactions can be controled through lower-level interface.

Transactions should be represented by transaction objects, so that if
they're destroyed before a commit() member function is called, the
transaction is automatically rolled back. This is an easy way to make
transactions exception-safe.

--Jeffrey Bosboom


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk