|
-
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
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
|