I have a datagridview populated by import data from excel file. Now I need to save this to database explore or to mysql server. This process will be repeated daily and data will be consistently added to database so I believe there would be INSERT query. Could you please tell me main steps to follow?