How can we upload a PDF, Image or Excel file into DB using UIPath.
My Database is Oracle 11g in which i need to upload a pdf into DB.
I tried all the option by converting the file to byte. But no luck. Please help me on this.
Thanks,
Jude
How can we upload a PDF, Image or Excel file into DB using UIPath.
My Database is Oracle 11g in which i need to upload a pdf into DB.
I tried all the option by converting the file to byte. But no luck. Please help me on this.
Thanks,
Jude
Hello @judefelixantony,
Welcome to UiPath community.
To upload or store like big size files. you can use the Blob datatype .
take a look here.
https://www.devart.com/dotconnect/oracle/docs/Lob.html?AVGAFFILIATE=3305#blob
Regards
Balamurugan.S
Thanks for your code. But can you please tell me how to add to UIPath
I tried your option. But I dono how exactly to process it. Can you please share me the guide of adding the code in UiPath
Finally i can able to achieve this. Thanks a lot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.