LAZARUS FIREBIRD REFRSH PROBLEM

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
Post Reply
k1attila1
Junior Boarder
Junior Boarder
Posts: 29
Joined: 24.05.2013, 06:38

LAZARUS FIREBIRD REFRSH PROBLEM

Post by k1attila1 »

I have the same problem but with ZEOS :

http://80.123.225.56/index.php?topic=17110.0

An another concurent user can't see my changes if i use REPEATABLE
READ isolaion level.

He push the refresh button and can't see my changes.

(don't work sqlquery.refresh and close and open)

Maybe this isn't ZEOS problem.
I don't know.

Sorry, if it isn't ZEOS problem.

Thanks, in advance.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Post by marsupilami »

Hello k1attila1,

please try to set the isolation level to read committed.
Best regards,

Jan
k1attila1
Junior Boarder
Junior Boarder
Posts: 29
Joined: 24.05.2013, 06:38

Post by k1attila1 »

Thanks Marsupilami !

But then i have an another problem. (refresh is OK !)

I have "lost update" problem :


T1 start

T2 start
T2 commit
T1 commit


T1 transaction overwrite T2, and T2 update lost. (This is not problem with higher isolation level : REPEATABLE READ - I get an POST ERROR error message. )

What can i do, how can i detect it.

Maybe with ZIBEVENTALERTER component ?

Thanks

Attila Kov?cs
Post Reply