Hi,
I am having a problem with ListObjects().
When I use it against a folder that is empty or has a relatively small number of objects it works great. When I use it against a folder that has 14710 objects in it I get a return status of 0 (no error code), and yet the RecArray returned has NO records?????
I have tried not using a queryString so I get all results as well as using a WHERE clause to return the single record I am looking for. Both behave the same way :-(
Has anyone run into this?
P.S. I can run the SQL directly against the DB to confirm the contents of both folders(lots of objects and few) without issues.