SQL Object
 
Syntax
 
SQL.WriteSystemSetting (KeyField, NewValue)
 
Description
Stores a new value in a system setting or creates a new one.
 
Attention: this function can only be used by the system administrator!
 
Parameter
Description
KeyField
System parameter name
NewValue
The new value to be stored
See Also
Example
 
Sub Main
 
  SQL.WriteSystemSetting "CreditCheckLevel", 3
 
End Sub