Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ........
  2. var _endCreation = function (result, error) {
  3. }
  4. var ora_binds = {
  5. name: 'insert new name',
  6. cur: { dir: oracledb.BIND_OUT, type: oracledb.CURSOR }
  7. }
  8. _umodel.execute('BEGIN INSEL_TEMP(:name, :cur); END;'
  9. , ora_binds, { resultSet: true }, _endCreation);
  10. ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement