Quote Originally Posted by szlamany
We store the size of the image in bytes along with the image - just as a double-check when we re-load later that we got the "amount" of image we expected.
Ah okay, that clears that up. I thought you could have done it like this.

Code:
arBytes() = rs(0).GetChunk(rs(0).ActualSize)