Hello!

I have one simple question.

What's the code for deleting one row from Database using BindingSource and DataSet? Just like from BindingNavigator.

I tried with

Code:
BindingSource.RemoveCurrent
But computer doesn't remove CURRENT date, but first or last date. Help. Thanks.