I was wondering what the best way to read a file and have my program treat it as a database that starts w/ a byte offset and then is composed of fixed length fields like a database without having to chang the format of the file. I have looked at compound storages but can't see how to make it read from a source like this. It appears to only read files that were created as compound storages. Any suggestions would be helpful. Thanks