Groups > Interbase > Interbase Bugs > Is this a bug?




Re: Is this a bug?

Re: Is this a bug?
11 Jul 2006 06:57:44 -0700
Oscar Darío Perdigureo wrote:

> Hi, I'm using IB 6.01 

	Don't. 6.01 is pre-release and has serious bugs which can corrupt your
DB. These bugs are fixed in the release version, 6.0.1.6. If using IB
Open Edition, get 6.0.1.6 or later from http://mers.com

> and I'm getting the 'Invalid Blob ID' error
> wheh I Try to save a blob in any table of my db either from
> TIBDataSet (post-commit) or from TIBSotredProcedure (whit blob
> parameter).
> 
> Why can this occurs?
> How can solve this problem?

	Blob arguments are officially not supported in stored procs. There are
certain cases where you can do it, but you don't seem to have hit one
of those cases.

	Let's start with the more simple case of a Blob in a table, which is
at least supported. Show us your table metadata and your SelectSQL and
UpdateSQL from the TIBDataSet, and the code you're using.

	Once that's working we can examine the proc.

	I don't think this is a server bug; I think it's an issue with your
app.

-- 
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
  Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
How to ask questions the smart way:
Post Reply
Is this a bug?
Tue, 11 Jul 2006 08:49:25 -030
Hi, I'm using IB 6.01 and I'm getting the 'Invalid Blob ID' error wheh I 

Try to save a blob in any table of my db either from TIBDataSet 
(post-commit) or from TIBSotredProcedure (whit blob parameter).

Why can this occurs?
How can solve this problem?
Is there any documentation abot it?

Please help me and sorry by my english.

thanks in advance.

Post Reply
about | contact