node-odbc
node-odbc copied to clipboard
unixODBC bindings for node
Hi, Thanks for this piece of software. Would be nice to extend it, its missing a ton of ODBC Features: https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/odbc-api-reference Top most feature needed i can think of are:...
I'm trying to connect to Oracle database from Linux machine using node-odbc with SSL configured on Oracle database server. But connection hangs and after some time it returns an error....
Hello, I have question. node-odbc incompatible with Electron? ``` Uncaught Error: A dynamic link library (DLL) initialization routine failed. \\?\C:\Users\acterhd\Downloads\aeroflot\node_modules\odbc\build\Release\odbc_bindings.node ```
The ODBC api expects the `ColumnSize` of the BindParameter call for strings to be the column size. node-odbc is setting it to 0. This causes the MSAccess ODBC Driver to...
In IBMDB2, I can't call procedure with type parameter is output. I always get result is null array ---- Store Procedure SP_PROC1 CREATE PROCEDURE sp_proc1 (IN VARNAME VARCHAR(128), OUT VARCOUNT...
I know the windows support is immature at this point, and not entirely flushed out.. that said, it will be nice to have a target for the npm install for...
Hi, i use the odbc with the "AR System ODBC Driver". it seems that dthe driver did not respond with the correct info if is select some columns. In my...
I have set up unixODBC, MDBTools and node-odbc. Now I want to query something from an mdb file doing this: ``` odbc.open('DRIVER=MDBTools;DBQ=;', function (err) { if (err) return console.log(err); odbc.query("SELECT...
Is there a way to retrieve all column information for a statement (SQLHSTMT hStmt) in nodejs API, I think this would be helpful expose that information
Hi, I'm using node-odbc with firebird 2.5 and a dialect 3 database. Node.js crashes and the process finishes with exit code 0xC0000005 when my application executes a query containing timestamp...