how to insert data quickly to sqlite database

  • Thread starter Thread starter ozkarLeo
  • Start date Start date
O

ozkarLeo

Guest
I have a XML file where the data is written and I want to add it to a database the file has 180000 entries.and takes one day in save that data I want do it quick, there are another way to do it, Im using the foreach statement to parse and add to the database. And i wonder if one background task will solve the performance of the form, also want add a dialog whats says the line what is recorded and add a stop or pause button for continue late if theres no way to do it quickly

Thanks

Continue reading...
 
Back
Top