|
-
Jul 18th, 2000, 02:40 AM
#1
Thread Starter
New Member
Can anyone tell me if there is a difference in speed between openig random files and binary files ?
My program processes files containing fixed length records - so I can use random access (get and put the record numbers) or binary access (using Seek to get to the right position - reclength * (recnum -1))
Which one will be faster for reading and writing data ?
Regards
drinkwater
-
Jul 18th, 2000, 02:44 AM
#2
Hyperactive Member
Binary method is faster (but not noticeable) than random.
Signed, Rodik ([email protected])
Programmer,usesVB6ED
===========================
Copyright©RodikCo,2002.
Dont mind this signature ;] Its old
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
|