G
giannis
I am a newbie at VB.
When i try to remove an item from the BindingSource and try to delete this
item from the database:
BindingSource.RemoveCurrent()
Me.TABLETableAdapter.Update(Me.DataSet.TABLE)
i receive the message :
"Update requires a valid DeleteCommand when passed DataRow collection with
deleted rows."
What means this error message and how resolve this ?
Any code is it will acceptable.
Sorry for my english and thank you !
When i try to remove an item from the BindingSource and try to delete this
item from the database:
BindingSource.RemoveCurrent()
Me.TABLETableAdapter.Update(Me.DataSet.TABLE)
i receive the message :
"Update requires a valid DeleteCommand when passed DataRow collection with
deleted rows."
What means this error message and how resolve this ?
Any code is it will acceptable.
Sorry for my english and thank you !