Subject | Re: [IBO] Blob insert woes... |
---|---|
Author | Admin |
Post date | 2001-03-16T21:06:25Z |
Jason -
I'm inserting graphics into a blob column via a user interface one
graphic at a time. The type of transaction my resemble a batch insert,
but this app is totally GUI/user driven. Each graphic is being inserted
one at a time, so batching would seem to be inappropriate.
Thanks for your help.
David Keith
Jason Wharton wrote:
I'm inserting graphics into a blob column via a user interface one
graphic at a time. The type of transaction my resemble a batch insert,
but this app is totally GUI/user driven. Each graphic is being inserted
one at a time, so batching would seem to be inappropriate.
Thanks for your help.
David Keith
Jason Wharton wrote:
>[Non-text portions of this message have been removed]
> Why are you doing Edit and then Append?
>
> If you are doing batch inserts do not use a buffered dataset. See the
> BlobInserts sample application please.
>
> The error you are getting is from the server. IBO is just letting you know
> about it.