Subject | savepoint vs commitretainning difference? |
---|---|
Author | james_027 |
Post date | 2003-07-10T03:29:13Z |
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?
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?