Hello guys.
This is my problem:
I have to read a log file which can be really big (more than 40Mb).
This file is located on a remote server so, it is out of question copying this file to a local computer.. What I need to do is only reading the new log-entries, so I can put that information in a database.
So, this is my question: can I read the file bottom-up using vb6. If so, how?
If not, what kind of access do you recommend me?

Thank you.