How to connect to SqlClient in UIPath, need example of ConnectionString and ProviderName

HostName - dnd2016.database.windows.net
database - dnd
username - dnd123

I’d recommend checking out https://www.connectionstrings.com/ .

Regards.

1 Like

“Server=localhost;Port=3306;Uid=root;Pwd=1234;Database=lendors;” This connection string should help :slight_smile:

1 Like

I am getting this error

"Keyword not supported: ‘port’. Source: Connect Exception Type: ArgumentException System.ArgumentException: Keyword not supported: ‘port’. "

me too getting same issue(Connect : Keyword not supported: ‘port’.) can any body please help?

2 Likes