Uipath integration with external database

I wanted to find out if we can connect, or integrate an external database with UiPath? If so does anyone know, which one and how this is done. Or perhaps can it be done in UiPath studio itself?

HI @ekmlsbl

Welcome to the community!! :smiley:

So it looks like you want to connect to databases like Access, MySQL, Oracle, Microsoft SQL Server right?

If so, yes… we can do it by downloading Uipath Database Activity pack through the package manager of UiPath Studio

Let know whether this helps to get it sorted :slight_smile:

3 Likes

Hi @ekmlsbl

Welcome to UiPath community, Thats a great question to start with.

Fine, so for your question…YES you can connect any db to uipath…and this can be done by the following process

  1. FIrst download the database package “UiPath.Database.Activities” from manage packages if the studio doesn’t have any activities related to database
  2. Once it is downloaded, we have several activities .like
    image
  3. To insert a table from excel to database, first read that excel with excel application scope and read range activity to get the datatable of that excel. once you get the datatable use Insert activity to insert that datatable to the db table you want…
  4. To get the table from db to enter to a datatable, first use execute query activity, where you will mention the query to be run and the output of that activity would be in datatable format with which you can enter to a excel you want to enter…

But all these activities need three things mandatory, Server name, User id and password,
and the beauty is you can check it got connected to db once entering the above details, by just clicking the test connection…

Thats all buddy…you are all done…Connect with db and flash with queries…

Hope this would help you

Cheers…!

2 Likes

Hi @Lahiru.Fernando

Thanks for your response this has helped alot. Thank you!

1 Like

HI @ekmlsbl

If my answer helped you to figure it out, please also mark it as the solution too :slight_smile:

Thank you!!

Hi @Palaniyappan,

Much appreciated, this has will help me alot.

Cheers!

1 Like

@ekmlsbl
Cheers buddy… keep going…

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.