Hi,
I am using Sqlite with windows Javascript Code for developed Metro apps. So for that i am using windows runtime and class library in my project. All Sqlite code i have written in class library.
But i have facing issue related to insert a data while in a loop.
Data is comming from server and have collection which consist data and for that i am using for loop for each number of collection item and on that each loop i am calling my sqlite function which is written in windows runtime and class library.
But i am not able to insert not more than 2 data within a loop.
Please give guildlines on this.
Thanks,
Shishir