VB code: FastSearch.DLL for quicker searches |
 |
By Muhammad Abdul Samad
16 Nov 2001 | SearchVB |
 |


|
VB code: FastSearch.DLL for quicker searches
Category: Database
Click Here to Download
Description: Normally default search methods of Visual Basic 6.0 are slow to search a record from a table that has more Than 100,000 records. Sometimes this takes 200 Milli-Seconds or more(600 or more). If records in the tables are greater than 200,000 and by chance the record is in the last row, then default search method may take more than 1000 Milli-Seconds. My search method can search a record just within 200 Milli-Seconds or less(less than 80 Milli-Seconds). I have developed a DLL (FastSearch.DLL) for this purpose. It is very easy to use.
');
// -->
|
 |
|
 |