Opening large files for small amounts of data
- From: "YYZ" <matt.dawdy@xxxxxxxxx>
- Date: 23 Dec 2005 09:37:43 -0800
When I open a file in VB, what really happens? What I mean is that I
may have a file on a remote server, but still inside of our network,
that can be over 1 GB in size. If I just need to open it to append a
small amount of data to it, how much traffic over the network really
occurs?
How about for reading a couple of lines from that file (say the last 2
lines)?
Are there things I can do to make sure that I can get the fastest
access times?
How does a computer actually "Open" a file, and how much data is sent
at that time?
I am so ignorant in this area that I'm sure I'm asking stupid
questions, so if anyone can point me to some information that would be
great. I didn't have that much luck when searching.
Matt
.
- Follow-Ups:
- Re: Opening large files for small amounts of data
- From: Randy Birch
- Re: Opening large files for small amounts of data
- Prev by Date: vbCRLF returns goofy results.
- Next by Date: Re: vbCRLF returns goofy results.
- Previous by thread: vbCRLF returns goofy results.
- Next by thread: Re: Opening large files for small amounts of data
- Index(es):
Relevant Pages
|