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 compiled odbc driver for Raspberry ARM, it seems work, at least I can use queries with isql through this driver. So, the problem arose with connection to DB:
{ [Error: [unixODBC]9]
errors: [ { message: '[unixODBC]9', state: 'H' } ],
error: '[node-odbc] SQL_ERROR',
message: '[unixODBC]9',
state: 'H' }
odbc 1.2.1
node 4.2.2
Debian Jessie
Got this strange message, what does it mean?
The text was updated successfully, but these errors were encountered:
I compiled odbc driver for Raspberry ARM, it seems work, at least I can use queries with isql through this driver. So, the problem arose with connection to DB:
{ [Error: [unixODBC]9]
errors: [ { message: '[unixODBC]9', state: 'H' } ],
error: '[node-odbc] SQL_ERROR',
message: '[unixODBC]9',
state: 'H' }
odbc 1.2.1
node 4.2.2
Debian Jessie
Got this strange message, what does it mean?
The text was updated successfully, but these errors were encountered: