DataAdapter insert ...

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have a SqlDataAdapter (talking to SqlServer 8)
it has an InsertCommand

when I execute it the 1st time (through a myAdapater.Update(aTable))
I get an InvalidOperationException Message: Insert

butthe next time I call it (with the same DataRow), it work just fine ...

any idea what's going on ?
 
Back
Top