Subject | RE: [IBO] Large Blob Insertion |
---|---|
Author | Brian Dunstan |
Post date | 2001-04-03T14:37:37Z |
Geoff,
FDataLink.Field.Assign(ILines);
which causes CreateBlobStream to be called
which calls TIBOBlobStream.Create
which calls TIB_BlobStream.Create
I then end up looping around in TwwCustomRichEdit.WndProc while the burrer
is allocated in 4095 byte chunks. But I can't see where the 4095 value comes
from.
I really am at the limit of my skills here, I find it really confusing...
Thanks for your thoughts,
Brian
> -----Original Message-----It does look like that, but all the TwwDBRichEdit does is call:
> From: Geoff Worboys [mailto:geoff@...]
> Sent: Tuesday, 3 April 2001 8:16 PM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Large Blob Insertion
>
>
> Brian,
>
> > I am inserting blobs of about 2.5 MB an finding it VERY slow,
>
> Do you know what code/technique is used to fill the blob from
> TwwDBRichEdit? It almost sounds as though the control is feeding the
> blob field one small piece at a time instead of streaming it in all at
> once.
FDataLink.Field.Assign(ILines);
which causes CreateBlobStream to be called
which calls TIBOBlobStream.Create
which calls TIB_BlobStream.Create
I then end up looping around in TwwCustomRichEdit.WndProc while the burrer
is allocated in 4095 byte chunks. But I can't see where the 4095 value comes
from.
I really am at the limit of my skills here, I find it really confusing...
Thanks for your thoughts,
Brian
>
> I dont have or use infopower, but have some reasonably large plain
> text blobs (over 1Mb) that load in and out of IBO (native) without
> apparent problem.
>
>
> Geoff Worboys
> Telesis Computing
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-~>
> Find software faster. Search more than 20,000
> software solutions on KnowledgeStorm. Register
> now and get started.
> http://us.click.yahoo.com/kVJDAA/zMSCAA/Ig4EAA/P0AVlB/TM
> --------------------------------------------------------------
> -------_->
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>