all rows

  1. S

    Question insert all rows of datagridview into database

    I am trying to insert all the rows of a datagridview into a database table. Below is my code and error message snapshot. Could plz tell me where m going wrong. Private Sub addnewclasses() Dim openAs String = db.OpenDB Ifopen<>"OK"Then MessageBox.Show("Error openining the...
Back
Top