Hi
I made a FORM by Simply Binding and Complex binding the Controls.
I have buttons on the FORM ADD,DELETE And CANCEL which directly affects the DATASET.
On save button I have used the dataset method UPDATE that is
DataAdapter.update(dataset,"TableName")
But I get exception that Proper Query Required.
Pls help me out.
I made a FORM by Simply Binding and Complex binding the Controls.
I have buttons on the FORM ADD,DELETE And CANCEL which directly affects the DATASET.
On save button I have used the dataset method UPDATE that is
DataAdapter.update(dataset,"TableName")
But I get exception that Proper Query Required.
Pls help me out.