>2. If I have one Sap DB server and more clients connected on it, is it posible to generate some events to all clients when one of them changes (insert, update, delete) data in some of database table?
No, such thing is not available in SAP DB.
Perhaps some triggers filling a private table which can be checked by the other clients could be a workaround.
This is exactly what I use here, I have 3 triggers on each table (Insert, Update, Delete) and whenever something happens the triggers insert into a log table.
-- Regards Flemming Frandsen - http://dion.swamp.dk PartyTicket.Net co founder & Yet Another Perl Hacker
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
