I have a table structured below called time
and a datagridview structured below
expected outcome
i want an SQL command that save the data into MySQl table using DataGridview as the specifying column
when ever am saving it should loop through the DatGridView and save base on specifying column. i can save the data from DataGridview to Database. Let say what am saving is SANI with 3, then it should check for column 3 and save the data.
Thank you in ADVANCE