Link to home
Start Free TrialLog in
Avatar of Didica
Didica

asked on

SQLite , waiting for asynchronous execution to finish in

Hello,

I am trying to insert some informations in SQLite db but because i am trying to do that in one for loop, i always get error " Property cannot be changed while SQLStatement.executing is true"  
So i guess that i need to wait for every execution to complete , but not sure how to do it.

This question is related with accepted solution of this question https://www.experts-exchange.com/questions/24320167/Transfer-datagrid-content-to-SQLite-db.html 

Avatar of Didica
Didica

ASKER

Anyone?
ASKER CERTIFIED SOLUTION
Avatar of Didica
Didica

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial