Subject Re: [IBO] Failed to post all datasets
Author Marco Lauria
At 16.16 30/12/2003 +0100, you wrote:
>Hello to everybody,
>
>I'm converting a BDE application using IBO evaluation and I'm experiencing
>some troubles with transactions...
>
>Using TIBOQuery and TIB_Transaction I occasionally receive the error
>'E_Failed_To_Post_Datasets '(Failed to post all datasets) in the
>IB_Transaction.Commit.
>The transaction is started manually and AutoCommit is false.
>
>Any idea or suggestion to solve this problem ?
>
>Thanks and Happy New Year.

Which is your call-stack?
If you have a sequence of operations to commit, have you tried with
Autocommit in order to find which operation
is generating the exception?
Regards
Marco