|
-
Oct 21st, 2002, 01:49 PM
#5
Thread Starter
Lively Member
Thanks for the response..
The problem with your suggestion Nemaroller.. is that reading just one value at the time is just too slow when reading up from files >100kB.
I'd like a solution where you could read the whole array in one go.
In VB6.0, I can read back the whole array with one Get #.
In VB.net I can read/write in one go by serializing the array.
But how do I write to the file with VB6.0 and read in one go with VB.net?
I did come up with one solution, where I code my data as a string.
Strings I can read/write in one go, from both languages. It messes up my code a little bit though.
best reg
BIW
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|