wankdanker / node-odbc

ODBC bindings for node
MIT License
174 stars 79 forks source link

ODBC version 2.3.5 throwing data overflow error #93

Closed Rohit-Parte closed 2 years ago

Rohit-Parte commented 2 years ago

Can somebody please help me with below error, it is occurring on odbc - 2.3.5 version, We cannot move to latest versions due to internal dependencies. Environment is redhat 7 and db is sybase [ { state: 'HY000', code: 30128, message: '[SAP][ASE ODBC Driver]Data overflow. ' + 'Increase specified column size or buffer ' + 'size' } ]

markdirish commented 2 years ago

Hi @Rohit-Parte ,

Version 2.x is managed out of this repository: https://github.com/markdirish/node-odbc

There are instructions on that page on how to get some debugging information: https://github.com/markdirish/node-odbc#debugging

Then when you create an issue, the issue template will prompt you for information that will be helpful in figuring out what your issue it.