nodejs-idb-connector
nodejs-idb-connector copied to clipboard
A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
* **Node.js version**: 12.14.0 * **itoolkit version**: 1.0.0 * **IBM i version**: 7.3 * **XMLSERVICE version**: XML Toolkit 2.0.2-dev **Describe the bug** The node-script requests IBM i DB-Data via a...
yes, thanks tested and works perfect! (maybe you could mention on the main page that there is an other lib ;) ) _Originally posted by @tonkolviktor in https://github.com/IBM/nodejs-idb-connector/issues/158#issuecomment-1328229758_
Node.js version: v14.21.3 idb-connector version: 1.2.18 IBM i version: V7 R3 I have a table with a column "PARCOURS", defined in CLOB, where I store "route" fragments in JSON format....
1. Create our own libray/schema to hold test tables, procedures, etc 2. No longer use QIWS.QCUSTCDT for insert tests (Use our own test tables) 3. Add after/afterEach hooks to delete...
Hi, When executing from Node a system command like `dbstmt.exec( "CALL QCMDEXC('ENDSBS xxxxx OPTION(*IMMED)' )" )` , where "xxxx" doesn't exists : * with the idb-connector, i obtain a generic...
**Describe the bug** Calling a stored procedure with a binary parameter corrupts the Node process. The problem manifests itself in different ways depending on the program. For example, the process...
Hello, currently, when interacting with the system via a program or a stored procedure call, we go through a temporary JOB, which only exists during the execution time ... I...
**idb-connector version : 1.213 ** As the previous binding system with "dbstmt.bindParam" is DEPRECATED, I use for the first time the new "dbstmt.bindParameters()". But, I had some issues while converting...
**Describe the bug** When a bunch (north of 5000) queries have run inside the job, the job appears to run out of memory and refuses to create new connections until...