I'm using node/odbc for connection to a Firebird database, but I cannot see the characters with accent and other Spanish characters.
I tried to set the charset in the connection string
const odbc = require('odbc');
odbc.connect('DSN=mydnsname; charset=UTF8');
But not runs. If I connect with access to the odbc database the characters are shown right.