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?
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?