Subject Re: Using named SAVEPOINT
Author james_027
Hi andy.

First of all, this savepoint method is not the same with the savepoint
method that comes with the firebird. But what this does is simply
similar to calling ib_transaction commitretaining method where it
doesn't required all the dataset that are in dssinsert or dssedit mode
should be post, unlike in commitretaining wherein if there are some
dataset in dssinsert or dssedit mode it must be post first to prevent
an error message to show up.

--- In IBObjects@yahoogroups.com, "woelyc" <woelyc@y...> wrote:
> Hi,
>
> Can I use a named savepoint in TIB_transaction and how should I use
> it?
>
> regards,
>
> Andy