Hello Maciej, MS> Could you please explain your use-case for this feature? How do you use MS> it, and why is it useful for you?
In short: asynchronous notifications. Long story: If you have multiple programs accessing/updating the same data and you have to ensure that the displayed (i.e. locally cached) data is always up-to-date you have two options: 1) Issue SELECT statements in specific intervals to determine whether the cached data is still up-to-date. 2) Use triggers and notifications. In this case the application only has to check whether event was notified and can then synchronize the cached data. Rainer ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
