Visit SearchWinDevelopment.com, the Visual Basic-Specific Search Engine.
               FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.


Home Recent Code Popular Code SearchWinDevelopment.com White Papers

Jobs

Submit Code Email


Author: Muhammad Abdul Samad
Date Submitted: 11/5/2001
Compatibility: VB 6
This file has been downloaded 10463 times.

 
Task: Normally defualt search methods of Visual Basic 6.0 are slow to search a<br> record from a table Which has more Than 100,000 records. Some times it<br> takes 200 Milli-Seconds or more(600 or more).If records in the tables are<br> greater than 200,000 and by chance the record is in the last row Then<br> default search method may take more than 1000 Milli-Seconds. My search<br> method can search a record just within 200 Milli-Seconds or less(less than<br> 80 Milli-Seconds). I have developed a DLL (FastSearch.DLL) for this<br> purpose. It is very easy to use.

Click to download file.