zzfive03
Programmer
- Jun 11, 2001
- 267
Does anyone have a suggestion on how to parse a recordset of strings that look like this:
CN=Chris Schoop,OU=Facilities,OU=Bldg 163,OU=HLC NEW,OU=HLC,DC=AD,DC=homeloancenter,DC=com;CN=Obdulia Kerr,OU=Facilities,OU=Bldg 163,OU=HLC NEW,OU=HLC,DC=AD,DC=homeloancenter,DC=com;CN=Susan Hoang,OU=Facilities,OU=Bldg 163,OU=HLC NEW,OU=HLC,DC=AD
I am sure I need to use a cursor, and each rown, I need to extract all of the CN=<USER NAME>. In the example above, there would be 3:
Chris Schoop
Obdulia Kerr
Susan Hoang
What would be a good routene to use to parse out this informaiton?
Thank you for any suggestions.
MH
CN=Chris Schoop,OU=Facilities,OU=Bldg 163,OU=HLC NEW,OU=HLC,DC=AD,DC=homeloancenter,DC=com;CN=Obdulia Kerr,OU=Facilities,OU=Bldg 163,OU=HLC NEW,OU=HLC,DC=AD,DC=homeloancenter,DC=com;CN=Susan Hoang,OU=Facilities,OU=Bldg 163,OU=HLC NEW,OU=HLC,DC=AD
I am sure I need to use a cursor, and each rown, I need to extract all of the CN=<USER NAME>. In the example above, there would be 3:
Chris Schoop
Obdulia Kerr
Susan Hoang
What would be a good routene to use to parse out this informaiton?
Thank you for any suggestions.
MH