Hi all, Am reading data from Sql datatable and iterating for processing some action,In this i have assigned 1st column to variable and taking 2nd column value to perform action after completing the actions i have to update row status of sql datatable to completed status based on 1st column value but code is not giving any error but data is not updating in table.
This is my query: “Update midx_table set Winesp_Status=‘completed’ where ID=@cono”
cono is assigned variable name
please can anyone help me out in this.