Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
For e.g.

I have the column name called x. and x has values like this

a;b;c;d;e

i have another column name called y. and y has values like this

f;g;h;i;j

Both column are in the same table and

i want to concatenate the both column values like this and put them in the array list.
a f

b g

c h

d i

e j

can anyone please help me out? Thanks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900