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: String
Full name of DB Modifier, including type at beginning
headLess
Type: Boolean
if 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