node-adodb icon indicating copy to clipboard operation
node-adodb copied to clipboard

Can this used on connect remote server(windows)?

Open zsn6034 opened this issue 6 years ago • 3 comments

My mdb file is placed on a remote windows server, so if this tool used with remote server? And if it can do this, how does this code may look like? like this: var connection = ADODB.open('Provider=Microsoft.Jet.OLEDB.4.0;Data Source=//XXX(IP)/XXX(Folder)/XXX(.mdb) I test this but it didn't work

zsn6034 avatar May 07 '19 07:05 zsn6034

You can try connect access server, not a access mdb file.

nuintun avatar May 17 '19 03:05 nuintun

Hi, we want to connect to a remote .mdb file with a network path (windows) like Provider=Microsoft.Jet.OLEDB.4.0;Data Source='\\computerName\application\folder1\folder2\file.mdb

Because when we try to do so we got a "Spawn C:\Windows\SysWOW64\cscript.exe error" with {"exitMessage":"Uncaught Fatal Exception","exitCode":1}

@nuintun is it possible to do that with 5.0.2 version ?

tEiras avatar Nov 14 '19 16:11 tEiras

Hi @tEiras , did you fix this yet?

Ironhunter95 avatar Aug 04 '22 16:08 Ironhunter95