Read a backup file to find the version

  • interesting that it's different for the 4k sectors;

    in your code, i guess you'll check the size,and if it is zero, try the 4k sector size method instead?

    that'd work i think, but it depends on your process, of course.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Yeah I don't understand it either but I've found that there is an identifier about 160 bytes before the data I want so I will read for it at the location for 512 byte files and if not there assume that it's a 4k file and read the appropriate data location.

Viewing 2 posts - 16 through 16 (of 16 total)

You must be logged in to reply to this topic. Login to reply