TableAdapter Configuration Wizard do not create Insert Statement(It Creates
SELECT, UPDATE, DELETE statements) So if I try using
Myadapter.updat e(MydataTable) to add a new row.
I get Error message:update require a valid InsertCommand when passed datarow
collection with new rows.
How shouldI do.
Create it myself?
SELECT, UPDATE, DELETE statements) So if I try using
Myadapter.updat e(MydataTable) to add a new row.
I get Error message:update require a valid InsertCommand when passed datarow
collection with new rows.
How shouldI do.
Create it myself?