Integrate Toad for sql server

Hi! Is there any package to integrate TOAD for sql server. Need to do download data from oracle database.

Hi @Nawaz_Ahmed ,
I don’t know anything that integrates directly with TOAD, but you can use ODBC connection and extract the information from the database.
Try using add the Uipath.Database.activities package to your project.

Hi Ramos, thanks a lot. I will try and confirm.

1 Like

Hi, At last I have connected to oracle DB through database connection activity. I used,.Net Framework Data provider for OLE DB. Thanks.

1 Like