Julian,
I've tried to reproduce this problem using GetValueAt("DataSet.(0042,0011)") and this gives me a stream object from which I can read all the bytes in my sample (about 75K).
If you're using str.Read() to get the bytes from the stream you should use str.Read(str.Size) - with just Read() you only get ~32K bytes.
Andrew Cheshire
- Log in to post comments