Database.Name property
- Last UpdatedJul 19, 2024
- 1 minute read
The Database.Name property is a read-write string property that gets or sets the name of the Alarm Database. The default value is "WWALMDB". WWALMDB is the name of the InTouch Database and A2ALMDB is the name of the ArchestrA Database.
If you change the Database.Name property at run time, you need to call the Connect method to connect to the new alarm database.
Syntax
result = AlarmClient.Database.Name;
AlarmClient.Database.Name = AlmDBName;
Remarks
For more information, see Show historical alarms and/or events.