Subject savepoint vs commitretainning difference?
Author james_027
what is the difference between the two?

my another question is that if I did this
ib_transaction.commitretaining this means to commit all the
transaction I have made, right? what if I did this
ib_query1.ib_transaction.commitretaining? does this mean that only
the transaction I have made with ib_query1 will be commited and none
of the other ib_querys .... right?