nuintun/node-adodb

Provider cannot be found. It may not be properly installed.

Mox90 opened this issue · 0 comments

Mox90 commented

I am still wondering if this still holds true in the new version of MS Access 2021 with node V16.14.0, I also installed the MS Access Database Engine 2016 (since this is the latest DB engine from MS website) Redistributable with x64 bit! I used this package in my current small project but I am getting this error:

Error: Spawn C:\WINDOWS\SysWOW64\cscript.exe error
    at ChildProcess.<anonymous> (C:\Users\Mox90\Desktop\developement\node_modules\node-adodb\lib\spawn.js:120:37)
    at ChildProcess.emit (node:events:520:28)
    at maybeClose (node:internal/child_process:1092:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
  process: {
    code: -2146824582,
    message: 'Provider cannot be found. It may not be properly installed.'
  },
  exitCode: 0
}