Reputation: 378
Has anyone ever connected to a MySQL remote server using uipath? Is this possible. I've tried using the standard activities but am unable. I understand that I may need to install the odbc driver, then create a connection. Is it possible to then send sql from uipath to the linked server.
Upvotes: 2
Views: 3452
Reputation: 1
You can connect to the remote server and pass the SQL queries to fetch the data.
Which version of UiPath you using now (Community or Enterprise)?
Upvotes: 0
Reputation: 50
Thanks for the information. I followed the steps and able to solve the problem.
Thanks for help
Upvotes: 3
Reputation: 33
You can use connect to MYSQL database using UIPath, by installing Mysql-ODBC connector of 32-bit(x86) and creating a system/user DSN.
I have tried and it is working fine.
Please revert for any clarifications.
Upvotes: 1