I'm working on VB6 to create a database.
I have to import a big text file (greater than 3,6,9MB)
and analyse it to extract some datas.

The problem is first the time to read the file. And Second the time to look for in the text file the datas.

Does somebody knows:
- a fast way to read a big text file?
- a fast way to look for in the text the datas.

Thanks a lot this answer will help me a lot.



Fabrice