Skip to content
Advertisement

Tag: node-oracledb

JavaScript Callback method not able to call function imported from module

I am trying to implement Oracle database change notification in NodeJS. Function subscribeTimesheetEvent is subscribing to the notification, and one of the inputs is the callback method. In my case it’s myCallback function. This function gets called and it works fine, except it doesn’t see executeQuery function imported from dbFunctions file. I have used this function at other place by

Advertisement