Closed kaue closed 6 years ago
code-set conversion error If Informix server is not enabled for UNICODE clients or some code-set object file is missing on server; server returns this error to ibm_db: [IBM][CLI Driver][IDS/UNIX64] Error opening required code-set conversion object file.
To avoid this error, remove UNICODE from binding.gyp file and rebuild the ibm_db.
Also to avoid above issues, you can run ibm_db/installer/ifx.sh script on non-windows system. https://github.com/ibmdb/node-ibm_db#code-set-conversion-error
I can't use BindParameters to filter results using a string, only works if the field is a number.