Re: blob UDF - read to stream Solution


2005-12-09 03:59:20 AM
delphi86
I finally found that the lenght that GetSegment output is only 16 bits
long. I was sending an integer. Casting it to loWord solved the
problem.
mem.Write(Buffer^,loWord(len));