How to use win32com to handle overflow when querying Desktop Search?
问题 I'm querying the Windows Desktop Search JET (ESE) database using Python + ADO. It works but after ~7600 records I get an exception when advancing to the next record using MoveNext . I know it is not at EOF because I can run the same query in VBScript and get way more records with the same query. Exception traceback Traceback (most recent call last): File "test_desktop_search.py", line 60, in <module> record_set.MoveNext() File "<COMObject ADODB.Recordset>", line 2, in MoveNext pywintypes.com