You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ?
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
The text was updated successfully, but these errors were encountered: