Prevent Data Loss While Sudden Power Cut (Where inserting Data via DataGridView)
Hi,I am working with C# windows application along with DataGridView. I want to insert the data for each 10 records into database. I faced the data lost before inserting the data into database due to sudden power cut. So how can I prevent it.... how can i store the data temporary in somewhere before inserting into Database.