Save All Data in Datagridview to Access DB

  • Thread starter Thread starter Ash.22
  • Start date Start date
A

Ash.22

Guest
Hello, I am trying to save all data that are in a datagridview to my Access DB. The data are added via code:


Me.dgvHistory.Rows.Add(Environment.UserName.ToLower, DateAndTime.Now, "Uploaded Raw Data")


I am not sure how to use a datatable in this scenario because the data that will be put into the datagridview will come from 3 separate forms. Basically everytime a user clicks on some buttons, the action done will be saved into the datagridview.


Any suggestions?

Continue reading...
 
Back
Top