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
Zeos with Firebird 3 does not receive the updates of the records.
Re: Zeos with Firebird 3 does not receive the updates of the records.
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
Re: Zeos with Firebird 3 does not receive the updates of the records.
@ Fenix ,
Just use DataSet.Refresh.
Or You can also use ZIBEventAlerter.
Michal
Just use DataSet.Refresh.
Or You can also use ZIBEventAlerter.
Michal