ZQuery update issue
Posted: 31.01.2007, 20:12
I am using Firebird 2.0 and Delphi 6 Enterprise and Zeos 6.6.
I have an application that logs events through out it's run and can display them in an event view (zquery and a dbgrid). My problem is that this is fine for a single application but if I launch the same app on another workstation I never see any of the events created by the other app. Even if I completly close the ZQuery, reset the SQL commands (select * from eventview) I still never see any event from the other app. If I completly close the first app and then reopen I see the events from the second app. I used FlameRobin to view the DB and all the entries are in the same so I am puzzeled as to why I do not see them in a query.
It's as if ZQuery is caching the entire table then doing queries on it as opposed to querying the actual database.
Any thought on this?
I have an application that logs events through out it's run and can display them in an event view (zquery and a dbgrid). My problem is that this is fine for a single application but if I launch the same app on another workstation I never see any of the events created by the other app. Even if I completly close the ZQuery, reset the SQL commands (select * from eventview) I still never see any event from the other app. If I completly close the first app and then reopen I see the events from the second app. I used FlameRobin to view the DB and all the entries are in the same so I am puzzeled as to why I do not see them in a query.
It's as if ZQuery is caching the entire table then doing queries on it as opposed to querying the actual database.
Any thought on this?