jorgeazevedo / node-sqlserver-unofficial

An unofficial binary distribution of Microsoft's node-sqlserver driver, a node.js module to connect to MS/Azure SQL databases.
MIT License
39 stars 11 forks source link

Can not load msnodesqlv8 inside electron v1.2.4 #11

Closed clooudch closed 8 years ago

clooudch commented 8 years ago

Is it somehow possible to use msnodesqlv8 inside electron v1.2.4?

I can require msnodesqlv8 without any issues in the terminal (using node v6.1.0) but inside electron (v1.2.4) (which is using node v6.1.0 too) it always fails with "None of the binaries loaded successfully...".

Inside the sqlserver.native.js the error "Error: Das System hat keinen Meldungstext für die Meldungsnummer 0x%1 in der Meldungsdatei %2 gefunden." (translated: Error: The system can not find message text for message number 0x%1 in the message file%2) is returned when trying to load "node_modules\msnodesqlv8\lib/bin/sqlserverv8.v6.1.0.x64.node".

What do i have to do to run the module inside electron?