Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/07/2009, 10:18
edgard_cz
 
Fecha de Ingreso: julio-2009
Ubicación: guadalajara
Mensajes: 1
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Problema con Tableadapter y Update en C#

que ondas

a oye yo hice algo parecido y si me funciono a ver si te sirve, te dejo el código fuente:

private void guardarToolStripButton_Click(object sender, EventArgs e)
{
tablaxTableAdapter.Update(this.basexDataSet);
basexDataSet.AcceptChanges();
basexDataSet.tablax.AcceptChanges();

this.basexDataSet.AcceptChanges();


}