Ultrawhack
Well-known member
According to sql concatenation, joining fields syntax
http://4h.wsu.edu/4hData/4H/pdf/03sqlselectexamples.pdf
Select City || ‘, ‘ || State|| ‘ ‘ || Zip from Youth2B
should result in output : Wausau, WI 54402-6097
My question is, how can I use datasets to fill a single column DGV with concatenated data from the above 3 fields...
Thanks
http://4h.wsu.edu/4hData/4H/pdf/03sqlselectexamples.pdf
Select City || ‘, ‘ || State|| ‘ ‘ || Zip from Youth2B
should result in output : Wausau, WI 54402-6097
My question is, how can I use datasets to fill a single column DGV with concatenated data from the above 3 fields...
Thanks