Manish good explanation but i have a question to ask you, while updating the table with the data if any error occurs (example: you have 600 rows of data and where as 200th row got error) how are you going to update the table .Can you xplain that please?
i followed you but in your case your query is working fine but in my case i got error "Insert into Logs('"+Process+"','"+Comment+"')" can you check whats wrong
Execute Non Query in UiPath
Manish good explanation but i have a question to ask you, while updating the table with the data if any error occurs (example: you have 600 rows of data and where as 200th row got error) how are you going to update the table .Can you xplain that please?
i followed you but in your case your query is working fine but in my case i got error
"Insert into Logs('"+Process+"','"+Comment+"')"
can you check whats wrong
Hi, I did not get dbo.configuration while creating datatable in sql
saved my day, thanks.
You're welcome!
How can we insert datatable to sql server using execute non query.?
You have to use For Each Row and then try one by one.