Hi All,
I have to connect to Access DB which is in the shared folder path.
In my workflow on local machine , have used DB connector node instead of Microsoft Access Connector which is taking so long to establish a connection.
When I used DB Connector node, under Preferences I have added URL path which refers to the access file from the shared folder that has mapped to my local network, which is working fine on my local.
This is the current workflow example,
eg: Sharedfolder - \abc.com\root folder\subfolder\filename.accdb
In my local machine mapped to Z: - \abc.com\root folder
DB Preferences - URL Template - jdbc:ucanaccess://Z:\subfolder\fielname.accdb
So my question is, if we have to deploy in the server, can we use the below URL template?
eg: jdbc:ucanaccess://\abc.com\root folder\subfolder\filename.accdb
Please suggest me the best way to establish a connection to access db.
Regards,
Rasly.K