Page 1 of 1

Want Connection to be Refreshed

Posted: 21.10.2005, 22:14
by zaybal
Hello,
I am using mysql database and zeos in Delphi 7.
Aslo I am using both phpmyadmin and mysqlfront database explorers.
Problem is that when I change data with phpmyadmin, I can't see any change in application connected througth zeos. I can see only changes done by application.
What I've do.
For example if the application is used in two different machines, in this case first machine doesn't see any change made by second machine. In other words not synchronized.
Thanks !

Posted: 24.10.2005, 08:11
by zippo
The only method I know is periodic refresh. As far as I know MySQL doesn't support data pushing.

Or you can programmatically embed a mini comunication in your app. - something like events. When PHP posts, it also send something to the app. But I don't know if this helps...