Error: Cannot load Firebird client library: 'fbclient.dll'. #113
Unanswered
faroldesenvolvimento5
asked this question in
Q&A
Replies: 2 comments 6 replies
-
It must be on the PATH (or in the same directory of the Or, use the absolute path instead of |
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With node-firebird-driver-native installed, i tried to run the test but this happened:
(node:2376) UnhandledPromiseRejectionWarning: Error: Cannot load Firebird client library: 'fbclient.dll'.
at new ClientImpl (C:\Users\user\Documents\Projects\Firebird4\node_modules\node-firebird-driver-native\dist\lib\client.js:28:26)
at createNativeClient (C:\Users\user\Documents\Projects\Firebird4\node_modules\node-firebird-driver-native\dist\lib\client.js:21:12)
at test (file:///C:/Users/user/Documents/Projects/Firebird4/index.mjs:10:17)
at file:///C:/Users/user/Documents/Projects/Firebird4/index.mjs:38:1
at ModuleJob.run (internal/modules/esm/module_job.js:169:25)
at async Loader.import (internal/modules/esm/loader.js:177:24)
at async Object.loadESM (internal/process/esm_loader.js:68:5)
(Use
node --trace-warnings ...
to show where the warning was created)(node:2376) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection,
use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)(node:2376) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Yes, it is a Firebird4 fbclient.dll, thanks for the attention.
Beta Was this translation helpful? Give feedback.
All reactions