- This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Hello
I’m using a TkbmMWClientTransactionResolver only with queries no datasets, but Resolve function always returns true even when something went wrong.
Is there a fix for this?
I’m using version 5.10.20 Enterprise of kbmMW
Thanks
Regards
Job Espejel
PS
TransactionOperation is set to mwtoExecute.
Hi,
The transaction resolver will only report an error if a resolve goes wrong, because an error table needs to be returned. Executing any other statements do not create error tables.
If an executed (not resolved) statement fails with an exception, that will be propogated to the client instead.