Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CmdrKitsune

  1. CmdrKitsune

    LDAP Query only returning 1000

    I'd use the ADODB method of getting to the data. I routinely have to query on 50000+ objects. By adding the "Size Limit" property, I'm able to query all objects and get the full return. Const ADS_SCOPE_SUBTREE = 8 Set objConnection = CreateObject("ADODB.Connection") Set objCommand =...

Part and Inventory Search

Back
Top