Subject | Re: [IBO] weird posting error |
---|---|
Author | james_027 |
Post date | 2003-09-16T07:38:19Z |
Hi
Iam talking about the savepoints in IBO. Where Jason says what it
does is its commits the works of the current dataset without
requering the other dataset set to commits it work. I have tested it.
For example i have ib_query1 and ib_query2 were both of them are in
insert mode for example and when i have this
ib_query1.ib_transaction.commitretainning, it gives me a error
message because the ib_query2 is not save yet and in insert state.
but if I use the ib_query1.ib_transaction.savepoint it is fine. Then
I use ibexpert to check the the record was really inserted, yes it
does.
So what do you think is the possible wierd posting error? because I
already encounter that twice within the month.
If you suggest me not to use the ib_transaction.savepoint, do you
have other solution? considering that I have other ib_query in insert
state or edit state?
thanks a lot
Iam talking about the savepoints in IBO. Where Jason says what it
does is its commits the works of the current dataset without
requering the other dataset set to commits it work. I have tested it.
For example i have ib_query1 and ib_query2 were both of them are in
insert mode for example and when i have this
ib_query1.ib_transaction.commitretainning, it gives me a error
message because the ib_query2 is not save yet and in insert state.
but if I use the ib_query1.ib_transaction.savepoint it is fine. Then
I use ibexpert to check the the record was really inserted, yes it
does.
So what do you think is the possible wierd posting error? because I
already encounter that twice within the month.
If you suggest me not to use the ib_transaction.savepoint, do you
have other solution? considering that I have other ib_query in insert
state or edit state?
thanks a lot