G
Guest
Hi,
I ve loaded my database into a dataset.
I want to get the string in one of the column name "MyCategory".
Some of my rows have the same category as the others.
For example, there are some in CategoryA, some in CategoryB...etc..
Let's say i do not know the name of the Category in the database, i just
want to store the different name in column "MyCategory" into a string array.
so that myStringArray will have something like [CategoryA,CategoryB....] but
none of them are repeated inside the array....if u know what i mean..
How should I do that?
many thanks,
jon
I ve loaded my database into a dataset.
I want to get the string in one of the column name "MyCategory".
Some of my rows have the same category as the others.
For example, there are some in CategoryA, some in CategoryB...etc..
Let's say i do not know the name of the Category in the database, i just
want to store the different name in column "MyCategory" into a string array.
so that myStringArray will have something like [CategoryA,CategoryB....] but
none of them are repeated inside the array....if u know what i mean..
How should I do that?
many thanks,
jon