You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a stored procedure that takes in a varbinary(max) as a parameter. I am using statement.execute([value], callback) to execute the stored procedure with this parameter. Using a Buffer object as the value yields this error:
[node-odbc] SQL_ERROR
[Microsoft][ODBC Driver 11 for SQL Server]Invalid SQL data type
Should I be passing in some other object type?
The text was updated successfully, but these errors were encountered:
I have a stored procedure that takes in a varbinary(max) as a parameter. I am using statement.execute([value], callback) to execute the stored procedure with this parameter. Using a Buffer object as the value yields this error:
[node-odbc] SQL_ERROR
[Microsoft][ODBC Driver 11 for SQL Server]Invalid SQL data type
Should I be passing in some other object type?
The text was updated successfully, but these errors were encountered: