i need to store this data returned from a recordset in some sort of an array or collection by looping through the result set:
key,f1,f2
1,aaa1,aaaa
1,aaa2,bbbb
1,aaa3,cccc
2,bbb1,aaaa
2,bbb2,bbbb
3,ccc1,aaaa
i would then need to retrieve all of the data by requesting the key
eg: i would...