MDAC 2.5 SDK - OLE DB Programmer's Reference
Chapter 12: OLE DB Object Notifications
Notifications permit consumers to be informed of changes to objects, such as data source objects and rowsets, when these objects are shared with other consumers. When significant changes occur to the state of a shared object, the provider notifies all consumers that currently share access to the object. Support for notifications is provider-specific.
This chapter explains when notifications are sent, as well as how to nest and group them. It also discusses ways for consumers to screen out notifications of unwanted events or phases. To illustrate ways of issuing notifications, diagrams of states and state transitions in providers and consumers are provided.
For more information on | Go to |
When notifications are sent | "When Notifications Are Sent," in this chapter |
Nested notifications | "When Notifications Are Sent," in this chapter |
Grouped notifications | "When Notifications Are Sent," in this chapter |
States and state transitions in providers | "States and State Transitions in Providers," in this chapter |
States and state transitions in consumers | "States and State Transitions in Consumers," in this chapter |
Threading and notifications | "Threading and Notifications," in Chapter 18, "Programming Considerations" |