Brandon Peterson
Brandon Peterson
I tested this as well without any issues on IBM i 7.4 with node 18.0.0 and ibm-iaccess-1.1.0.27-0.ppc64
How soon will the updated query flow code be ready? Will it support capturing the return value from a stored procedure?
Hi, did you try renaming the odbc.ini and odbcinst.ini in the /etc folder without the period in front?
Also see my comment at https://github.com/markdirish/node-odbc/issues/326#issuecomment-1979230057 I've started a potential fix for this, see https://github.com/markdirish/node-odbc/compare/master...brandonp42:node-odbc:fix-multiple-procedures?expand=1 A fix for #368 should be a pre-requisite though, at least on IBM i. It's...
@snotmare I doubt your issue with a procedure being found in multiple schemas will be resolved in node-odbc. Instead I think you will have to run a query prior to...
Hi @richardm90! Apologies I didn't see your issue until now, I use CLOB fields with node-odbc connecting to my IBMi at work without any issues on 7.4. If you could...
Okay, I looked into this a little more today and you are right that calling stored procedures with CLOB parameters using the .callProcedure() function does not currently work. However if...
My opinion is that in an ideal world you should be able to use callProcedure with CLOBS but it seems like there needs to be a code update to support...
Still an open question
Will this allow CLOB parameters on procedure calls? See #355 for context