nuintun / node-adodb

A node.js javascript client implementing the ADODB protocol on windows.
https://nuintun.github.io/node-adodb
MIT License
185 stars 51 forks source link

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

Open Mox90 opened 2 years ago

Mox90 commented 2 years ago

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
}