problem with concurrency - TIBCQuey

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply

Would you want this property to be implemented?

YES
2
100%
NO
0
No votes
 
Total votes: 2

jdure
Posts: 1
Joined: Thu 21 May 2015 13:24

problem with concurrency - TIBCQuey

Post by jdure » Thu 21 May 2015 14:25

Good

Two users modify the same field in the table,
Error want to show the second user to save data.

-) Using a TClientDataser and TDatasetProvider, no problem, works well.

-) TFDQuery component FireDAC the Embarcadero it has the property
Property: UpdateOpcions
UpdateMode:
upWhereAll
upWhereChanged
upWhereKeyOnly

Implementing this property in TIBCQuery
solve my problem of concurrency.

thanks

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

Re: problem with concurrency - TIBCQuey

Post by marcodor » Thu 21 May 2015 18:20

Jdure,

What do you mean exactly by "concurrency" ?
If you get "deadlock", this error is thrown by Firebird server, and it really has nothing with IBCQuery, using it with or without upWhereChanged.

Post Reply