I have two applications and I need each one to be able to get data that another app has posted. And I can not get it.
I have created a sample program that demonstrates my problem - run two instances of it
When I change data in one instance, I can't see changes in another until program restart. Dataset close/reopen won't help
ZConnection.Autocommit = true
Can anyone tell what am I doing wrong?
How to commit and refresh
Moderators: gto, EgonHugeist
How to commit and refresh
You do not have the required permissions to view the files attached to this post.
-
- Senior Boarder
- Posts: 93
- Joined: 01.07.2009, 16:07
I think zeos 6.6.4 is not fully supporting fb 2.1.2guidoaerts wrote:I have a similar problem, and just refreshing won't work
delphi5, fb 2.1.2, zeoslib 6.6.4, tiReadCcommitted
ZTable1.refresh doesn't reflect the changes made by the same agenda application from another pc on my network
any tips?
use zeos 6.6.5 instead.
-
- Senior Boarder
- Posts: 93
- Joined: 01.07.2009, 16:07
I installed zeos 6.6.5, now refresh works, but only after repeatedly refreshing (5..6 times), would it be better to step down to fb 1.5?delphi2pk wrote: I think zeos 6.6.4 is not fully supporting fb 2.1.2
use zeos 6.6.5 instead.
Correction, it works fine now, my problem was lying with the refreshing of another component.
tx.