ml_property

This table stores some MobiLink properties.

Column

Description

component_name

VARCHAR(128). For user-defined properties, this can be ScriptVersion or SIS.

property_set_name

VARCHAR(128). If the component_name is ScriptVersion, this is the name of the script version. If the component_name is SIS, this is the name of the Notifier, gateway, or carrier that you are setting a property for.

property_name

VARCHAR(128). The name of the property. If the component_name is ScriptVersion, this is a user-defined property. If the component_name is SIS, this is a property of the Notifier, gateway, or carrier. See MobiLink server settings for server-initiated synchronization.

property_value

TEXT. The value of the property.

Remarks

This table stores name-value pairs. Some of the properties in this table are used internally by MobiLink. In addition, you can use the stored procedure ml_add_property to add or delete rows in this table.

You can use the component_name ScriptVersion to store information on a per script version basis that can be accessed by Java or .NET scripting logic.

Constraints

PRIMARY KEY( component_name, property_set_name, property_name )

See also