This error has just started showing up when trying to delete an LDAP entry in an Access application that uses the LDAP ActiveX control. The error #2146693136 is defined only as LDAP Error Other.
I have editData defined as an LDAPEntryCollection. The code that is failing is:
editData.Item(0).Delete
Any ideas what may be causing this "other error?"
George