InDistress
Member
- Joined
- Mar 10, 2007
- Messages
- 14
- Programming Experience
- Beginner
Howdy all,
I've scoured the net in search of an answer but I've come up short at every turn, so I thought I'd consult the collective knowledge of the forum.
A short intro - what I want to do is run a tableadapter query and then populate an array with the results from the query, but for the life of me, I have no idea how to do it! Effectively the query is "SELECT DISTINCT ASGC_SLA FROM LOCS_ASGC2006_JUL06_local", which as it suggests returns a list of unique SLA names, but as to how I get each of these unique names into an array has left me scratching my head.
Thanks in advance all
Cheers
InDistress
I've scoured the net in search of an answer but I've come up short at every turn, so I thought I'd consult the collective knowledge of the forum.
A short intro - what I want to do is run a tableadapter query and then populate an array with the results from the query, but for the life of me, I have no idea how to do it! Effectively the query is "SELECT DISTINCT ASGC_SLA FROM LOCS_ASGC2006_JUL06_local", which as it suggests returns a list of unique SLA names, but as to how I get each of these unique names into an array has left me scratching my head.
Thanks in advance all
Cheers
InDistress