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
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?