DataAdapter insert ...

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top