Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Query notification services are more than likley never going to work in a 3-tier environment. The reason is because there is not a persistent connection between the tiers, which is a good thing. You can understand more about why we do not maintain a persistent connection by looking at the Smart-Client ES pages on the web site. In order for query notifications to work there must be a persistent connection to the database which is listening for an event.
|