M
Michael Jackson
I'm using typed datasets with bound VS2003 Winform controls. In my code to
add a new record, I get the following error:
"Databinding could not find a row in the list that is suitable for all
bindings."
At this point, my database table is emtpy.
Simple Code:
Me.BindingContext(objDocRvwCatDS,
"DocumentReviewCategories").EndCurrentEdit()
Me.BindingContext(objDocRvwCatDS, "DocumentReviewCategories").AddNew() <---
throws the exception
Any ideas what would be causing this?
Michael
add a new record, I get the following error:
"Databinding could not find a row in the list that is suitable for all
bindings."
At this point, my database table is emtpy.
Simple Code:
Me.BindingContext(objDocRvwCatDS,
"DocumentReviewCategories").EndCurrentEdit()
Me.BindingContext(objDocRvwCatDS, "DocumentReviewCategories").AddNew() <---
throws the exception
Any ideas what would be causing this?
Michael