Si por ejemplo tengo
Código:
Estoy modificando el dataset dsItemsSolicitados.For Each item As DataRow In Me.p_dsItemsSolicitados.Tables(0).Rows If item(0) = "A" item(0) = "ANULADO" Next Me.p_dsItemsSolicitados.AcceptChanges()
Si no llamo al metodo acceptchanges no tengo ningún problema... ya lo probé... entonces, cuando hay que utilizarlo?