AttemptTicks property

Applies to
TIB_TimeoutProps

Declaration
Property AttemptTicks : word;

Description
This is the duration allowed for whatever activities are going on in order to make conditions allowable to close the transaction. It is in 1000ths of a second so that you have very fine control over just how much time the system is interrupted while attempting to process the stuff holding the transaction up.

It is multiplied a little when trying to get caRefresh configured datasets to cooperate and attempt to get them fetched to the EOF. Its better if they can avoid doing a refresh if possible so that the dataset won't keep a transaction open right after a Commit takes place. So, I just buy a little time that I assume would go into the process of actually refreshing the dataset. It's kind of a gamble I guess. Perhaps I should put this behavior under property control as well...