Create your first automation in just a few minutes.Try Studio Web →
by Thiago Minhaqui Oechsler
5
Activity
26.7k
While uploading bulk data from datatabe to the database using the insert datatable activity it is taking too much time , but when i do the same thing with one insert command which holds the entier data its just millisecond
can you tell me what could be done to improve the insert part for the datatable ?
Hi Thiago,
About the version mismatch:
Thank you for you quick responce. Have you come to any conclusion?
Thanks!
Jesper
----------------------------------------------------------------------------
There seems to be a mismatch in the System.Data.SQLite.dll dependancy reference. v. 109 is bundeled but 110 is referenced.
When publishing a library using Embed SQLite Database UiPath can not compile.
Hi Thiago,
Great project - Thanks!
Are you still maintaining this? There seems to be a mismatch in the System.Data.SQLite.dll dependancy reference. v. 109 is bundeled but 110 is referenced.
When publishing a library using Embed SQLite Database UiPath can not compile.
Thanks!
Jesper
Hey Jesper, thanks for the feedback. I was not aware of this issue. I will investigate.
Hey Jesper, thanks for the feedback. I was not aware of this issue. I will investigate.
Hi, i need to insert a dataTable to SQLite but when I use copyToDatatable method it doesn't work. the linq I use ; dt.AsEnumerable.Take(1000).CopyToDataTable . anyone has any idea?
Hi, I am new to UiPath, can anyone guide me how to install this package ?
I am using community edition and its not getting connected to Orchestrator ( or not able to login due to proxy issue of this company laptop)
How can I install this downlaoded package manully ?
Thanks in advanace.
Hi Chandrakant, please refer to the Uipath Documentation on how to install packages.
https://docs.uipath.com/orchestrator/docs/managing-packages
Connection to Orchestrator is another issue altogether which I also recommend you to look for Documentation.
https://docs.uipath.com/orchestrator/docs/connecting-robots-to-orchestrator
Thanks!
Example please
Hi Esteffany
Please look into the example available at this GitHub repo:
https://github.com/ThiagoOechsler/SQLiteUiPathActivities/raw/master/SQLite%20Example%20-%20UiPath%20Studio%202021.4.4.zip
Hello Thiago,
thank you for the component - great stuff.
Couple questions:
thanks again
see you
dario
Hello Dario,
Will need more details about the error/exception to investigate.
Can you shoot me a private message on UiPath forum with the error message?
Thanks!
Hello Thiago,
It is a great component.
Is there any possibility to improve the efficiency for the "Insert" activity?
I found the transacation size is a bit too small. When I was tring to insert 200,000 records with 15 columns , it took a long time.
Hello Yi Li,
The component uses a single instruction from SQL library to insert/update data. The performance you are getting is coming from it, not related to the UiPath component wrapper.
However, in my opinion, if you are using SQLite to load/update this amount of rows frequently, the SQLite database is not your recommended persistence point. You should look for a more robust DBMS in this case.
In the other hand, if you are doing a one time load of 200k rows, then I think you let your stakeholders know this could take a while on the first time. :)
Thanks!
Hello Thiago,
Thanks for the component. Is there a way to create the SQLite Database with authentication. This is a security audit requirement.
Thanks,
Nithin
Hi Nithin,
SQLite3 DB allows to protect the database with a password. This is a cool addition to the package and I will definetly evaluate to add this to the activities.
However, after adding a password, the entire datafile is encrypted and it will limit the tools you can use to "manage" the database file.
Thanks!
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.17Updated
February 18, 2020Works with
Studio: 21.10 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources