diff --git a/examples/dmlrupd1.js b/examples/dmlrupd1.js index 144562e3b..043650d55 100644 --- a/examples/dmlrupd1.js +++ b/examples/dmlrupd1.js @@ -54,7 +54,7 @@ oracledb.getConnection( rid: { type: oracledb.NUMBER, dir: oracledb.BIND_OUT }, rname: { type: oracledb.STRING, dir: oracledb.BIND_OUT } }, - { isAutoCommit: true }, + { autoCommit: true }, function(err, result) { if (err) diff --git a/examples/dmlrupd2.js b/examples/dmlrupd2.js index 5275317a3..20b9d126d 100644 --- a/examples/dmlrupd2.js +++ b/examples/dmlrupd2.js @@ -53,7 +53,7 @@ oracledb.getConnection( rid: { type: oracledb.NUMBER, dir: oracledb.BIND_OUT }, rname: { type: oracledb.STRING, dir: oracledb.BIND_OUT } }, - { isAutoCommit: true }, + { autoCommit: true }, function(err, result) { if (err)