auto complete (intellisense) 50,000 + items

Shazbots

Active member
Joined
Nov 23, 2003
Messages
44
I wanted to make an autocomplete text box for between 50,000 and 100,000 words. All the samples i knew would cause overflows. Then i heard something about xml and indexing that would allow me to do this, after seaching several sites to no a avail i posted here. If anyone knows about this feature or a solution plz help.
 
Overflows? because of the data type setting in database? Use database is faster than XML document, so I will prefer database.
 
If it is Windows app, then you no need to pre-loading... I still dont understand what cause the overflow
 
Back
Top