Dim valeur as string="" For ligne As Integer = 0 To Me.DataGridView1.Rows.Count - 1 'tu parcours les lignes de la DataGridView1 valeur=Me.DataGridView1.Rows(ligne).Cells(0).Value 'Valeur contient maintenant la valeur de la première colonne 'TRAITEMENT ICI AVEC LA VALEUR 'IL TE RESTE PLUS QU'A FAIRE LE TRAITEMENT next
For ligne As Integer = 0 To Me.grd3c2.Rows.Count - 1 If grd3c2.Rows(ligne).Cells(0).Value = "mas1" Then cmd = New OleDbCommand(" SELECT distinct COUNT(*) FROM Mas1 ", con) cmd.ExecuteNonQuery() 'grd3c2.Rows(ligne).Cells(5).Value = cmd.ExecuteScalar dim variable as integer=cmd.ExecuteScalar msgbox(variable) End If Next
For ligne As Integer = 0 To Me.grd3c2.Rows.Count - 1 If grd3c2.Rows(ligne).Cells(0).Value = "mas1" Then cmd = New OleDbCommand(" SELECT distinct COUNT(*) FROM Mas1 ", con) 'grd3c2.Rows(ligne).Cells(5).Value = cmd.ExecuteScalar dim variable as integer=cmd.ExecuteScalar msgbox(variable) End If Next
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question