Closed getforschin closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi @getforschin ,
What is the value of POOL_PARAMETER
? And what is the exact error that is returned in Node.js? I see it is calling SQLGetDiagField and SQLGetDiagRec, but not sure what they are returning as text.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Just Creating Pool using Parameter , most of the time it is showing buffer overflow detected but once in a blue moon it will turn automatilcally right
odbc.pool(POOL_PARAMETER, (err, pool) => { if (err) { reject({ message: err.message, }); } // handle else { this.pool = pool; resolve(pool); } });
Log of Odbcinst.ini are
I am using node 14.12.1 , "odbc": "^2.4.7", and tibero 6