Connecting to Informix with NodeJS in MacOS - IBM Driver Issues

 ̄綄美尐妖づ 提交于 2019-12-11 06:15:07

问题


I am attempting to connect to my Informix database via NodeJS on MacOS, something I would have thought was reasonably simple. However, after Googling the issue, it seems that I am required to download a driver from IBM themselves, and this is the start of the problems...

I have seen the ifx_db and informix npm libraries which give instructions to download the informix SDK from IBM themselves, however any link I click on refers me to this page:

however I cannot seem to get to download the SDK itself, it just tries to make me download some sort of fix...

and going through this ends up with some sort of error, not being able to download anything...

Can anybody tell me if I am doing something wrong, looking in the wrong place? This is starting to become rather annoying!

UPDATE I have since been able to follow down the rabbit hole to find this download page, but I cannot actually download the thing!


回答1:


@jsagrera had it right. This is a link where I Could correctly download everything, requiring IBM's specific downloader first (sigh). Things appear to be installed correctly after doing all of this.

Once the downloader is installed (Java may need updating first), it will automatically download the SDK file



来源:https://stackoverflow.com/questions/56269811/connecting-to-informix-with-nodejs-in-macos-ibm-driver-issues

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!