
05/10/2006, 15:02
|
(Desactivado) | | Fecha de Ingreso: julio-2006
Mensajes: 273
Antigüedad: 18 años, 7 meses Puntos: 5 | |
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 |