User1142054445 posted
Hello All!
I have a situation wherein I need to read multiple excel files and upload into respective database tables.
This takes a long time as I go through files one by one.
I'm wondering if there is a way I could read all the files at the same time and upload asynchronously??? Using threadpool/Manual threading???
Thank You!