Hi,
I am reading an excel sheet which contains customer_accoun t_numbers
and creating a datable using it.
Assume the datatable has values 100,200,300.
Now i want to update a CustomerStatus Database table (I am using DB2)
and want to update the CUST_STATUS field in this table to a value 4 (inactive) only for these account numbers 100,200,300..
Note that i created the datatable in step 1 from an Excel sheet
I need to update the DB table for the cust_status field with a value 4 in CustomerStatus DB table without any looping..
is this possible or i need to go with a loop only
Thanks
I am reading an excel sheet which contains customer_accoun t_numbers
and creating a datable using it.
Assume the datatable has values 100,200,300.
Now i want to update a CustomerStatus Database table (I am using DB2)
and want to update the CUST_STATUS field in this table to a value 4 (inactive) only for these account numbers 100,200,300..
Note that i created the datatable in step 1 from an Excel sheet
I need to update the DB table for the cust_status field with a value 4 in CustomerStatus DB table without any looping..
is this possible or i need to go with a loop only
Thanks
Comment