BLOB is also used as a generic term.
I have tried your code above and it works fine. The only changes I made are
that I set the buffer size to the size of my image and I only write the remaining
buffer if there is something in it.
My guess is either your buffer size is too small or as Javier has hinted at the
image in the access image is actually an OLE object. You will see in all
the MS examples where they use the North wind database that they seek over the
OLE header on the image fields. I think the header is 78 bytes.
Dion
|