Howdy,
I am querying our Active Directory to built a phone list. I wanted to select a distinct list of locations, but it looks like MS's ADSI SQL dialect does not support 'SELECT DISTINCT'.
So I'm guessing I'll have to build a distinct list on the client side with vbscript, but my
vb knowledge is very limited. Can someone point me in the right direction?
Do I need to create an array or something? Or does vbscript have another way of manipulating the recordset to pull out only distinct values form a particular field?
Thanks