doDBModif(Boolean, String, Boolean) Method
do the modification defined in DBAction
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public void doDBModif( bool WbIsSaving, string calledByDBSeq, bool TransactionOpen )
Parameters
- WbIsSaving
- Type: Booleanfor asking for confirmation and exiting
- calledByDBSeq
- Type: Stringif inside a sequence (defined by the name in this parameter), no User message is displayed and the connection is not closed
- TransactionOpen
- Type: Booleanif a transaction is open, no database connection needs to be opened