Subject RE: [IBO] Large Blob Insertion
Author Brian Dunstan
Lester,

> That aside, it does sound as if the buffering of data in IBO
> is your problem. Once the buffers are allocated is it any
> faster. That is, is a second insert any quicker?

No, subsequent inserts are not faster. Interestingly, the browse performance
is not too bad, it is just the insert/update that is REALLY slow.

> Have you tried puting the data in as a parameter in IB_DSQL.

Just tried that at your suggestion. It didn't seem any faster. But since I
am attempting to use a data aware control I don't think that technique would
be very helpful anyhow.

Thanks for your input,

Brian