in reply to Database Realtime

I would think one way you might could go about this would be to use autocommit of the transactions (inserts/updates/deletes/replacements), and an interface that either was user-driven for pulling updates (hit a button to check for updates) or timed to look for updates (such as a meta-refresh if the interface is via a webpage to pull the updates).

Hope that helps....

Replies are listed 'Best First'.
Re^2: Database Realtime
by Anonymous Monk on Jul 03, 2004 at 04:12 UTC
    Yes. I think either one of these would be the best approach. I was jus thinking that applying changes without the user seeing the affect could be problematic in the long run with multiple users on the system. NG