Open khalidMhd opened 11 months ago
const options = { host: "127.0.0.1", port: 3050, database: "C://MYDB.fdb", user: "SYSDBA", password: "111111", lowercase_keys: false, pageSize: 4096, role: null, charset: "WIN1253", // Specify the character set };
when i run query it return the incorrect data:
address: '������', name: '������',
Hi, see https://github.com/hgourvest/node-firebird/issues/283
Hi, see #283
thank you so much, we did it
const options = { host: "127.0.0.1", port: 3050, database: "C://MYDB.fdb", user: "SYSDBA", password: "111111", lowercase_keys: false, pageSize: 4096, role: null, charset: "WIN1253", // Specify the character set };
when i run query it return the incorrect data:
address: '������', name: '������',