Benjamin J Ferguson

Results 34 comments of Benjamin J Ferguson

Good morning @markdirish ! This is the portion of code that makes the stored procedure call... ``` try { let callResults = new ConnectionCallResults(); connection = await this.getConnection(); let parameters...

*** UPDATE *** Please ignore the following post. It contains invalid information due to a faulty test on my part. *********************************** Hello! I ran my stored procedure test today to...

Ugh, thank you. My prior test was invalid. I have run this again with the trace you asked for and I ran into the issue as expected. Sorry for the...

Good morning! I gave that a shot but ran into this error... ` Caused By: Error: [odbc] The number of parameters the procedure expects and and the number of passed...

No problem. Here you go! [SQL.LOG](https://github.com/markdirish/node-odbc/files/11365633/SQL.LOG)

Yep, I had to add the schema to the where clause. I see 75 columns.

This is the trace I captured. I killed it after about 30 mins because it looked like it hung. Hopefully this contains the info you're looking for. We don't code...

@myronng Thanks for the tip. In my case, the proc name and specific name already match :/. That table does indicate the number of input, output, and inout params. In...

@markdirish Hello! I've poked around a bit to see if I can recompile the c++ binaries like you suggested (https://github.com/markdirish/node-odbc/issues/326#issuecomment-1529948051). I'm not a c++ dev and haven't had any luck...

Thanks for doing that @markdirish ! I pulled that branch and reran the code with a trace. I've attached both types of traces. [cwbtrace-64-node.exe-30460.log](https://github.com/markdirish/node-odbc/files/11502482/cwbtrace-64-node.exe-30460.log) [SQL.LOG](https://github.com/markdirish/node-odbc/files/11502481/SQL.LOG)