Want Connection to be Refreshed

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
zaybal
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 21.10.2005, 22:04

Want Connection to be Refreshed

Post 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 !
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post 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...
Post Reply