Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/10/2006, 15:02
eduardo90
(Desactivado)
 
Fecha de Ingreso: julio-2006
Mensajes: 273
Antigüedad: 18 años, 7 meses
Puntos: 5
Pregunta Este es el error que me dice:

Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not return any key column information.



no se que puedo hacer.

Private Sub Actualizar()
oDataAdapter.Update(oDataSet, "Libros")
oDataSet.AcceptChanges()
End Sub