Hello there

I got a question for all gurues roaming out here. I have a database, and a program that read some tables and displays them in a CView-derived window. The user can update the database from there and every opened views are also correctly updated, no problemo this far. The question is : imagine I have the same program running on another machine of the network, that displays the same records at the same time. What would be the trick to tell the other computer it should also update the views? More generally, is there an efficient way to always have an up-to-date display of the database content on any machine without making requirys loops of something like that??

Thanks in advance for any help

Rolf