Hi Can any one please tell me the steps to use database connection in uipath please send me the steps which one need to select in configure connection steps.
Hi @vinay1
You can use connect db activity in UiPath for connecting to a database.
You have to provide the ConnectionString and Provider parameters for connecting to a db.
Connection string would be something in the syntax,
Server=myServerAddress;Database=myDatabase;User Id=myUsername;Password=myPassword;
ProviderName would be like,
System.Data.SqlClient
Hope this helps you. Also attaching the official documentation of Connect db activity.
Happy automating.!
Thanks,
Gautham.