DBModifHelper Fields
The DBModifHelper type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | closingQuote | closing quote, e.g. ] for SQL Server |
![]() | closingQuoteReplacement | Replacement for closing quote, if needed, e.g. SQL Server requires ] to be replaced by ]] |
![]() | DBModifDefColl | DBModif definition collections of DBmodif types (key of top level dictionary) with values being collections of DBModifierNames (key of contained dictionaries) and DBModifiers (value of contained dictionaries)) |
![]() | FieldParamMap | Mapping of field names to parameter names (Param + number) |
![]() | hadError | indicates an error in execution of DBModifiers, used for commit/rollback and for non-interactive message return |
![]() | idbcnn | main db connection for DB modifiers |
![]() | listSepLocal | used to work around the fact that when started by Application.Run, Formulas are sometimes returned as local |
![]() | openingQuote | opening quote, e.g. [ for SQL Server |
![]() | preventChangeWhileFetching | avoid entering Application.SheetChange Event handler during listfetch/setquery |
![]() | trans | common transaction, needed for DBSequence and all other DB Modifiers |