Hi out there,

I do have large binary files (120MB and more)that contain individual structures of 12 bytes. Currently I do a "get" of 1 structure, handle it and "get" the next one. This way it takes ages to handle a file.

Can anyone give me a hint how I can handle this more efficiently by e.g. reading larger chunks in memory first.

I heard that in C, there exisit a "memfile" function that handles all this for you. does something similar exists in VB?

Hope to hear from anybody a.s.a.p.

Regards,

Walter (Belgium)