Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleDB2/i - Disable commitment control and set date format to *EUR
dbDriver: "IBMi",
connectionDetails: {
  "SQL_ATTR_COMMIT": "SQL_TXN_NO_COMMIT",
  "SQL_ATTR_DATE_FMT": "SQL_FMT_EUR"
}




Click here for information on how to modify this setting.