SQLDataAdapter.Update troubles.

  • Thread starter Thread starter W.G. Rowland
  • Start date Start date
W

W.G. Rowland

Anyone have any suggestions? I'm using stored procedures to save and
retrieve records to the database. The problem is in the code for the
SqlCommands being used in the dataadapter..

Select works perfectly.
Insert works perfectly.
Update and Delete fail.. On parsing the execution of the commands in Sql
Parser I see that the commands are getting executed, but "default" is
getting inserted in all the @Original_ColumnName values...

The code for the SQLCommands was taken directly from the DataAdapter
wizard.. Anyone have any idea why it's not working?
 

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

Back
Top