hi,
i have problem with this situation. i have one table which have listing item and qty for each item, so what i want to do is display all the distinct item with some parameter value and and sum the qty each item
in my table on database it's look like this
item | qty
1. Pentium 10
2. AMD Athlon 20
3. Pentium 15
then what i need to do with my asp is display like this
item | qty
1. Pentium 35
2. AMD Athlon 20
how i should code this in asp, because for display all it'work. so i'll hope you help me. it's appreciated if you give some other source code.
thanks