Subject Re: [IBO] Re: Master and detail transactions
Author Helen Borrie
At 09:07 AM 20/07/2004 +0000, you wrote:
>--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> > In response to your original question, Firebird/IB do not support
>nesting
> > one transaction within another. Firebird 1.5 has the SAVEPOINT
>mechanisms
> > implemented in SQL. See the Fb 1.5 release notes for doc.
> >
> > Helen
>
>Hi,
>
>is it possible to set a savepoint with iboquery?

You wouldn't use iboquery to set or manipulate savepoints. But what you
can do with IBO is wrap a complete task -- including savepoint, etc.
commands that you dispatch from an ib_dsql -- inside an explicit transaction.

Helen