wankdanker / node-odbc

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

Bind statement parameters get stuck #91

Open RMVincentF opened 3 years ago

RMVincentF commented 3 years ago

Hi,

When I try to bind the parameters to my statement, the promise never resolve and never end in error.

image

image

It never get past the statement.bind() call. I addded both of the console.log result.

Thanks!