Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SchemaChange.Enable

Enables this feature.

Component Version macOS Windows Linux Server iOS SDK
SchemaChange 15.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ❌ No
MBS( "SchemaChange.Enable" )

Parameters

none

Result

Returns OK or error.

Description

Enables this feature.
Must be called at least once before receiving changes with SchemaChange.Changes functions, e.g. in a start script.
Can be called e.g. from start script of the solution.

Examples

Enable schema change recording:

Set Variable [ $r; Value: MBS( "SchemaChange.Enable" ) ]

Disable schema change recording:

Set Variable [ $r; Value: MBS( "SchemaChange.Disable" ) ]

See also

Example Databases

Blog Entries

Created 10th November 2025, last changed 18th November 2025


SchemaChange.Disable - SchemaChange.IsEnabled