JDBC connection in Uipath

Hi,

Can anyone help me with the below questions on priority:

  1. Can we connect to database with JDBC driver in Uipath
  2. If not, what is the alternative way you can suggest.
  3. If I have to use the ODBC driver what details are required for me to establish the connection with Uipath.

Thanks in advance.

Hey! Welcome to community…

Yes, we can connect with JDBC in UiPath

We need to install the UiPath.Database.Activities from manage packages…

Then use Database connect activity

You can use the JDBC here…

Regards,
NaNi

How to establish the connection through JDBC. Can you explain in details.

Hey!

Go through the steps mentioned in the above link…

You have to install the drivers first…

Then only we can use the JDBC in UiPath…

Regards,
NaNi

Hoping if someone could assist here,
The above steps are only to get the package, moreover seeking help in how to connect to the Database using a jdbc string.
is it possible

Hi, have you find a solution for this? it will be much appreciated if you can share the steps.

May I know which driver should I install in the windows instance? By any chance can you share the download link for the driver?

I have the JDBC connections parameters, but not sure how exactly I can connect via UiPath. Do I have to use ODBC and create a system dsn ?