TIBCTransaction.OnEnd

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
marcodor
Posts: 29
Joined: Tue 29 Oct 2013 20:30

TIBCTransaction.OnEnd

Post by marcodor » Fri 01 May 2015 21:09

Hello,

As a suggestion, please add OnEnd(const Action: TTransactionAction) event (like OnStart) for Transaction.

Sometimes you need to handle successful commit or just transaction end for any action taken.

Now you need to add handlers for OnCommit & OnCommitRetaining or all 4 cases.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCTransaction.OnEnd

Post by ViktorV » Tue 05 May 2015 10:19

If you want us to implement the feature, please post it at our user voice forum: https://devart.uservoice.com/forums/104 ... e-firebird If the suggestion gets a lot of votes, we will consider the possibility to implement it.

marcodor
Posts: 29
Joined: Tue 29 Oct 2013 20:30

Re: TIBCTransaction.OnEnd

Post by marcodor » Tue 05 May 2015 10:49

This is really simple to implement. Just a common "shortcut"/event for other 4 that signal transaction ending.

I'm migrating from FibPlus and evaluating your product. So this feature is "missing" :)

Also bundled DBX, FireDac have such kind of events, and even more, Before/After *

Ok will add an entry to UserVoice.

marcodor
Posts: 29
Joined: Tue 29 Oct 2013 20:30

Re: TIBCTransaction.OnEnd

Post by marcodor » Tue 05 May 2015 12:15

So, people missing this feature, you're welcome here:
https://devart.uservoice.com/forums/104 ... tion-onend

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCTransaction.OnEnd

Post by ViktorV » Tue 05 May 2015 12:51

Thank you for your interest to our products.
Feel free to contact us if you have any further questions about IBDAC.

Post Reply