Answers for "config.options.enableArithAbort` will change from `false` to `true` config"

0

`config.options.enableArithAbort`

var config = {
      user: 'username',
      password: 'password',
      server: 'localhost', 
      database: 'databasename',
      "options": {
        "encrypt": true,
        "enableArithAbort": true
        }
   };
Posted by: Guest on October-14-2020

Browse Popular Code Answers by Language