$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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