I am trying to use this module in an electron app. I can establish a successful connection to the database. I can list the tables of the schema, but when I run query on one of those tables the app tells me there's a Javascript error in the main process.
The funny thing is that if I run the same js function that uses odbc from node it works as expected. Is there something about the query function that is different than the tables function? Is there something special I have to do for electron that you all know of?
Is this module compatible with Electron?
I am trying to use this module in an electron app. I can establish a successful connection to the database. I can list the tables of the schema, but when I run query on one of those tables the app tells me there's a Javascript error in the main process.
The funny thing is that if I run the same js function that uses odbc from node it works as expected. Is there something about the query function that is different than the tables function? Is there something special I have to do for electron that you all know of?
Is this module compatible with Electron?