Posts by AssuntosDev Gilberto Carlos • 11 points
2 posts
-
0
votes1
answer90
viewsA: Charset encoding/decoding error between DB2 and Nodejs
SOLVED!! After much reading, my solution was very simple. Just set up: process.env.DB2CODEPAGE = 1208; before: ibmdb.open(connStr) And, baby! It worked great. I put it on record 'cause whoever wants…
-
1
votes1
answer90
viewsQ: Charset encoding/decoding error between DB2 and Nodejs
My problem: I have a Node application that sends messages to a specific Whatsapp (works normally, without character error). But when performing a query in the database (IBM DB2) and send this data…