问题
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