node-odbc icon indicating copy to clipboard operation
node-odbc copied to clipboard

ODBC bindings for node

Results 30 node-odbc issues
Sort by recently updated
recently updated
newest added

node version: v14.15.0 npm vesion: 6.14.15 npm i odbc > [email protected] install /Users/md.delwarhossain/Dropbox/My Mac (Md.’s MacBook Pro)/Documents/personal-project/nodeodbc/node_modules/odbc > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! install response status 404 Not Found on...

Hi, When I try to bind the parameters to my statement, the promise never resolve and never end in error. ![image](https://user-images.githubusercontent.com/84103788/118044079-2f70c600-b344-11eb-8cdd-a2a5eb26d555.png) ![image](https://user-images.githubusercontent.com/84103788/118044209-5fb86480-b344-11eb-9a37-c4eee7185020.png) It never get past the statement.bind() call. I...

When {call XX (?)} is spliced in the callprocedure asyncworker class, the character set in the string is not converted. ODBC needs the string of utf16, but gives the string...

Hi there, I've a weird issue there : ``` router.get("/list/", async (req, res, next) => { let promise = new Promise(function(resolve, reject) { db.query(queries.LIST, parameters, (err, rows, moreResultSets) => {...

Hello, I am having this weird issue with ODBC just on my production environment but not on development. I have this below function. When this function is called, it returns...

CMake.js is a Node.js native addon build tool which works exactly like node-gyp, but instead of gyp, it is based on CMake build system. With this we don't need Python...

`{ [Error: [unixODBC]敓癲牥愠摮漯⁲潰瑲愠瑴楲畢整⁳牡⁥浥瑰y] errors: [ { message: '[unixODBC]敓癲牥愠摮漯⁲潰瑲愠瑴楲畢整⁳牡⁥浥瑰y', state: '奈〰0' } ], error: '[node-odbc] SQL_ERROR', message: '[unixODBC]敓癲牥愠摮漯⁲潰瑲愠瑴楲畢整⁳牡⁥浥瑰y', state: '奈〰0' }` One of the stack overflow answer `You have two issues....

Hello, Does this driver has any SQLBindparameter() equivalent to allow developers to explicitly bind the parameters by passing the input C and SQL type? or Is there a way to...

Is anyone familiar with this error and what may cause it? `ODBC v1.4.6` #### Error ``` { message: '[Amazon][Amazon Redshift] (30) Error occurred while trying to execute a query: [SQLState...