Graeme: FBLIB blob segment size was: [fpc-pascal] Patch/Test BlobSegmentSize

Reinier Olislagers reinierolislagers at gmail.com
Sun Nov 20 10:55:15 CET 2011


On 19-11-2011 23:36, Michael Van Canneyt wrote:
> On Sat, 19 Nov 2011, Reinier Olislagers wrote:
>> On 19-11-2011 13:28, Reinier Olislagers wrote:
>>> Hi list,
>>>
>>> The Firebird/Interbase ibconnection.pp code has this code in its
>>> SetParameters procedure to upload blobs in segments (BlobSegmentSize
>>> property is set to 80 on object creation):
>> I wonder whether/what changes are required for reading blobs...

Hi Graeme & list,

Had a look at tiOPF FBLib FBLDsql.pas. It defines
BLOB_SEGMENT_LEN = 4095;
used in both reading & writing blob data.

... might/could/should that be enlarged to 65535?

Regards,
Reinier





More information about the fpc-pascal mailing list