Zeos with Firebird 3 does not receive the updates of the records.

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
Fenix
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 01.06.2017, 02:42

Zeos with Firebird 3 does not receive the updates of the records.

Post by Fenix »

Hi Guys,

If I open a connection with the zconnection it only brings the data that exists until the time of connection, eg:
I open the connection and in a table there are 10 records, if those records are modified or deleted in ibexpert or a new instance of the application, zeos does not recognize, I need to close and open the connection again for it to update, this is a bug or needs to change Any property?

This error occurs both in version 7.2 and in 7.3 and I am using firebird 3.0.2.

Best regards
DPStano
Junior Boarder
Junior Boarder
Posts: 39
Joined: 16.05.2016, 09:21

Re: Zeos with Firebird 3 does not receive the updates of the records.

Post by DPStano »

There i no such feature in Firebird and similar DBs (Mysql, Postgres) if you need auto updated records in real time you should look at googles firebase or RethinkDB or implement some callback mechaninsm by yourself like Trigered Events or periodically chcecking for changes in some loop
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Re: Zeos with Firebird 3 does not receive the updates of the records.

Post by miab3 »

@ Fenix ,

Just use DataSet.Refresh.
Or You can also use ZIBEventAlerter.

Michal
Post Reply