I frequently need to handle large amounts of records, I've found that by using the following params when I open the recordset that I get pretty good performance.
Code:CursorType = adOpenForwardOnly + adOpenStatic LockType = adLockReadOnly
|
Results 1 to 9 of 9
Thread: Find method of ADO RecordsetsThreaded View
|
Click Here to Expand Forum to Full Width |