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

ODBC bindings for node

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

Describe your system ---- odbc Package Version: 2.4.7 ODBC Driver: IBM i Access ODBC Driver Database Name: DB2 Database Version: Latest version + patches Database OS: Power i Node.js Version:...

confirmed

**My system** * `odbc` Package Version: 2.4.8 * [email protected] | linux | x64 * [email protected] * Python version 3.11.2 **Describe the bug** When trying to compile some changes using `node-gyp...

I am getting the following error when calling the 'connectToDatabase' method in the 'node-odb' package: ``` [Error: [odbc] Error connecting to the database] { odbcErrors: [ { state: '01000', code:...

https://github.com/markdirish/node-odbc/issues/30 This is indeed fixed when using .query on a connection but if you create a statement and use .execute it still crashes

On a Windows 10 machine using Node v18.18.0 starting a fresh Next v13.5.2 project (blank) then installing odbc 2.4.8, my project starts fine as seen below. ![1](https://github.com/markdirish/node-odbc/assets/142452367/3cd4eca1-492d-41bd-bbe3-1ca268d9ae0a) However, in my...

**Describe your system** * `odbc` Package Version: 2.4.8 * unixODBC version: 2.3.9-1 * ODBC Driver: IBM i Access ODBC Driver 1.1.0.27-0 * Database Name: DB2 for i * Database Version:...

confirmed

Added the `BIND_SQL_CHAR_TO_SQL_C_WCHAR` define. This PR addresses the issue #292

* `odbc` Package Version: 2.4.8 * ODBC Driver: unixODBC 2.3.9 * Database Name: DB2 for i * Database Version: V7R5 * Database OS: IBM i * Node.js Version: v18.17.1 *...

confirmed

**Describe your system** * odbc Package Version: 2.4.7 * ODBC Driver: Microsoft ODBC Driver V18 * Database Name: SQLServer * Database Version: 2019 * Database OS: Windows * Node.js Version:...

confirmed

**Describe your system** * odbc Package Version: 2.4.7 * ODBC Driver: Microsoft ODBC Driver V18 * Database Name: SQLServer * Database Version: 2019 * Database OS: Windows * Node.js Version:...

confirmed