sql >> データベース >  >> RDS >> Mysql

VB.NETを使用して、datagridviewからデータベーステーブルに複数のレコードを挿入します

    クマー、コードに問題があります

    name = Me.DataGridView1.Rows(i).Cells(0).ToString()
    
      age= Me.DataGridView1.Rows(i).Cells(1).ToString()
    

    すべきである

    name = Me.DataGridView1.Rows(i).Cells(0).Value.ToString()
    
      age= Me.DataGridView1.Rows(i).Cells(1).Value.ToString()
    


    1. DBAが担当する9つの重要なタスク

    2. IDに依存せずにMySQLの1行おきに選択しますか?

    3. 変数を使用した動的クエリでIN句をどのように指定しますか?

    4. SQL Serverのsys.columns、sys.system_columns、およびsys.all_columnsの違い