How do I find the number of users returned by a cfldap query?
How do I find the number of users returned by a cfldap query?
I'm not allowed to do something like:
<cfif ArrayLen(results.rows) gt 1>
I then get an error:
faultCode:Server.Processing faultString:'Unable to invoke CFC - Object of type class coldfusion.tagext.net.LdapResultTable cannot be used as an array' faultDetail:''
Many thanks for any light you can shed ![]()
