Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: math.round function has a bug? Pin
ghle26-Jul-08 4:52
ghle26-Jul-08 4:52 
AnswerRe: math.round function has a bug? Pin
Thomas Stockwell28-Jul-08 2:15
professionalThomas Stockwell28-Jul-08 2:15 
Questionpage authorization Pin
Ebube24-Jul-08 22:21
Ebube24-Jul-08 22:21 
AnswerRe: page authorization Pin
Steven J Jowett24-Jul-08 22:30
Steven J Jowett24-Jul-08 22:30 
GeneralRe: page authorization Pin
Ebube28-Jul-08 23:49
Ebube28-Jul-08 23:49 
QuestionXML Attributes from XML File Pin
Andrew Streetman24-Jul-08 16:11
Andrew Streetman24-Jul-08 16:11 
AnswerRe: XML Attributes from XML File Pin
Mycroft Holmes24-Jul-08 19:40
professionalMycroft Holmes24-Jul-08 19:40 
QuestionHow to search specific record faster Pin
MAP Tiger24-Jul-08 14:08
MAP Tiger24-Jul-08 14:08 
Hi
I have a text file which has thousands of records, I am opening it and populating it in dataset and then binding to a binding source. Then I am supposed to find specific item in specific column. In my scenario, I have to search thousands of strings within thousands of records in one routine. Currently I am using:

BindingSource1.Find("ColName","String")


Basically it is not taking much time but when it comes to thousands of records then it is taking approx 1 hour for one complete routine. (Some inside processing is also there but if records are lesser, I mean around 4,000 then it doesn't take much time but when it comes to 20,000 records then it just take me to the HELL and the PC is also at its highest, nothing else can be done however I am using multi-threading.)

What I basically want to know is that is there any way to search specific strings in a more powerful way to allow me better processing.

Any help will be highly appreciated.

Regards,

MAP Tiger
Tiger Softwares

Software Designer and Developer
VB.NET, ASP.NET, VFP

AnswerRe: How to search specific record faster Pin
Guffa24-Jul-08 15:07
Guffa24-Jul-08 15:07 
GeneralRe: How to search specific record faster Pin
MAP Tiger25-Jul-08 1:23
MAP Tiger25-Jul-08 1:23 
GeneralRe: How to search specific record faster Pin
Guffa25-Jul-08 1:48
Guffa25-Jul-08 1:48 
GeneralRe: How to search specific record faster Pin
MAP Tiger25-Jul-08 3:26
MAP Tiger25-Jul-08 3:26 
GeneralRe: How to search specific record faster Pin
MAP Tiger25-Jul-08 10:45
MAP Tiger25-Jul-08 10:45 
AnswerRe: How to search specific record faster Pin
Mycroft Holmes24-Jul-08 19:43
professionalMycroft Holmes24-Jul-08 19:43 
GeneralRe: How to search specific record faster Pin
MAP Tiger25-Jul-08 1:15
MAP Tiger25-Jul-08 1:15 
GeneralRe: How to search specific record faster Pin
Mycroft Holmes25-Jul-08 13:39
professionalMycroft Holmes25-Jul-08 13:39 
GeneralRe: How to search specific record faster Pin
MAP Tiger25-Jul-08 13:50
MAP Tiger25-Jul-08 13:50 
GeneralRe: How to search specific record faster Pin
Mycroft Holmes25-Jul-08 15:41
professionalMycroft Holmes25-Jul-08 15:41 
GeneralRe: How to search specific record faster Pin
MAP Tiger25-Jul-08 16:19
MAP Tiger25-Jul-08 16:19 
GeneralRe: How to search specific record faster Pin
Mycroft Holmes25-Jul-08 16:33
professionalMycroft Holmes25-Jul-08 16:33 
GeneralRe: How to search specific record faster Pin
MAP Tiger25-Jul-08 16:45
MAP Tiger25-Jul-08 16:45 
QuestionThreading question Pin
Cory Kimble24-Jul-08 9:23
Cory Kimble24-Jul-08 9:23 
AnswerRe: Threading question Pin
Luc Pattyn24-Jul-08 16:51
sitebuilderLuc Pattyn24-Jul-08 16:51 
QuestionRunning Windows Script on local network Computer Pin
Nerber24-Jul-08 9:01
Nerber24-Jul-08 9:01 
AnswerRe: Running Windows Script on local network Computer Pin
Uros Calakovic25-Jul-08 4:52
Uros Calakovic25-Jul-08 4:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.