How to connect teradata database with UIPath

Hi All,

Can anyone guide how we can connect to Teradata database in UIpath.

Regards
Deepika

Hello Deepika,

best way for you to connect with the Teradata base is using the following activity:

UiPath.Database.Activities

After you have installed that, you will also need the latest ODBC Driver from Teradata, install and configure it on the computer where you need to develop and run the project on.

With that you should be able to follow the rest of the configurations, but if you need more guidance, you can check out this small tutorial.

Good Luck and remember to mark this as solution if it solved your question!

Thank you