I am using AJAX call to load and parse xml. I already have a table created and inside for each loop I am inserting data into table. Problem is it is inserting only about 3000 rows while xml has data for 16000 rows. I have created local database (client side) in HTML5.
Any answers or suggestions are welcome.