When I try to use TLOBLocator.Read(Buffer, SizeOf(buffer)) method, they always return SizeOf(buffer) value.
For example, this construction will be cause infinite loop:
repeat
ReadBytes := LOBLoc.Read(Buffer, SizeOf(buffer));
Inc(TotalBytes,ReadBytes);
until
ReadBytes = 0
end;
DOA 4.0.7 +...