TableAdapter Configuration Wizard do not create Insert Statement

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M

    #1

    TableAdapter Configuration Wizard do not create Insert Statement

    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?


Working...