This topic describes the mechanism that allows the CommsDat API to notify tools and applications of changes to the Comms Database.
All elements that you can read and write have the class [[[ERROR: [NOKX000E] Unable to find definition for key reference 'CommsDat']]]MMetaDatabase
as a base class. This base class contains the functions that allow the CommsDat API to notify tools and applicaions of changes to the database.
Tables, records, links and fields are all elements. The classes that represent tables, records, links and fields have [[[ERROR: [NOKX000E] Unable to find definition for key reference 'CommsDat']]]MMetaDatabase
in their class hierearchy. You can use the [[[ERROR: [NOKX000E] Unable to find definition for key reference 'CommsDat']]]CommsDat::MMetaDatabase::RequestNotification()
function to register for notification of changes to the Comms Database. You can use the [[[ERROR: [NOKX000E] Unable to find definition for key reference 'CommsDat']]]CommsDat::MMetaDatabase::CancelNotification()
function to cancel a request for notification.