On 20/11/2011, Michael Van Canneyt wrote:
>
> Well, if Ann Harrison herself says it's irrelevant, then yes.
> I suspect it would indeed give a serious performance boost :)
Showing my ignorance by not knowing who Ann Harrison was, I Google'd
her. I found this post on the Firebird website. A bit of
On Sat, 19 Nov 2011, 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):
while BlobBytesWritten < (BlobSize-BlobSegmentSize) do
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):
while BlobBytesWritten < (BlobSize-BlobSegmentSize) do
begin
isc_put_segment(@FStatus[0],