executeDBModif(String, Boolean) Method
execute given DBModifier, used for VBA call by Application.Run
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static string executeDBModif( string DBModifName, bool headLess )
Parameters
- DBModifName
- Type: StringFull name of DB Modifier, including type at beginning
- headLess
- Type: Booleanif set to true, DBAddin will avoid to issue messages and return messages in exceptions which are returned (headless)
Returns
String
empty string on success, error message otherwise