LDAP SCL Interface
_CLOSE
Closes the connection to the LDAP server
Syntax
_CLOSE
Details
When invoked on an LDAPSERVICES instance, the _CLOSE method closes the connection to the LDAP server, as shown in the following example:
rc = ds._CLOSE();
LDAP SCL Interface