Results 1 to 2 of 2

Thread: Random vs Binary files Performance

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    1
    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

  2. #2
    Hyperactive Member
    Join Date
    Dec 1999
    Posts
    321

    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
  •  



Click Here to Expand Forum to Full Width