When I dump the result I get "u 3tfy]J?A??`?" returned for the objectGUID, when I run the same query through Query Analyzer I know I need to cast the result as a UNIQUEIDENTIFIER, but what do I do with the result from CFLDAP to get 0AB234FC-6358-4331-965F-2F3FC8A70303 ?
I am about to do away with CFLDAP and perform the query within MS SQL, so this is my last resort...
There is nothing wrong with CFLDAP -- it's just a wrapper for a standard set of Java classes. On the other hand, Active Directory is about as warped an LDAP interface as you'll find.
If you have to CAST the value from SQL it sounds like its not a text string so why do you expect CFLDAP to magically resolve this for you? Have you tried using the Java cast function to cast the CFLDAP result?
-- geoff http://www.daemon.com.au/
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
