1
Answer

Display column data into rows!

Ahn Troung

Ahn Troung

13y
1.3k
1
Hello all,

I got Oracle table with stored data as following:

Series   |    Items
_________________
A         |      1
A         |      2
A         |      3
B         |      12
B         |      5
C         |      A
C         |      D

I would like to display those data by series group in the front end application as following:

A series: 1,2,3
B series: 12,5
C series: A,D

I am not sure how to do it, so I really appreciate your time to help me. Thanks in advance.

Answers (1)
0
sacresp

sacresp

NA 458 0 20y
In your C# project, add to a reference to the compiled vb.net assembly. Or, if you're using VS.NET, you can add reference to the other project (both must be loaded in the same solution)