hi gurus and pros,

I used the following code to delete a row from dataset:
Code:
R.delete()
the problem that I have an error msg of "System Error" when trying to update the dataset using dataadapter.update method.
every thing else works fine like updating existing records or adding new entries.

any suggestion