Posts: 4
Threads: 2
Joined: Jan 2009
Reputation:
0
10-01-2009, 04:09 PM
Hi,
How do i update the value in the datatable with the previous value
Ex: if i have "abc" in "String" column and i want to update it with "efg", so the final value in the column should be "abcefg"
Thanks in advance
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
10-01-2009, 05:51 PM
Saket,
I might be wrong, but i guess your solution will update the existing value. if they are coming up dynamically i guess the original poster is looking for concatation.
@vls_1210 - Is the column string Value static ?? What i mean is if it is static then we can retireve add it with the dynamic value and then write it back in the cell.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
10-02-2009, 10:21 AM
No Basanth, It will concatenate with the earlier value in table. doesnt matter whether it comes dynamically or is static. it will work and will depend on the way you have implemented the logic.
hope I am able to make it clear. let me know if there is any issue.
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
10-04-2009, 10:41 AM
Sorry saket, My bad. Thanks for the clarification.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.