Can this used on connect remote server(windows)?
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
You can try connect access server, not a access mdb file.
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 ?
Hi @tEiras , did you fix this yet?