S
sweetpotatop
Hi,
I have a datagridview which bounded to a datatable. When I tried the
to update the grid:
adapter.update(table)
I got the following error:
"Update requires a valid InsertCommand when passed DataRow collection
with new rows"
Is it supposed to grab all the info from the grid without explicitly
coding a new row? What is missing from code. Please help.
Thanks in advance. Your advice would be greatly appreciated.
I have a datagridview which bounded to a datatable. When I tried the
to update the grid:
adapter.update(table)
I got the following error:
"Update requires a valid InsertCommand when passed DataRow collection
with new rows"
Is it supposed to grab all the info from the grid without explicitly
coding a new row? What is missing from code. Please help.
Thanks in advance. Your advice would be greatly appreciated.