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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.