Subject | Re: [ib-support] BLOB NOT FOUND |
---|---|
Author | Ivan Prenosil |
Post date | 2003-03-30T18:43:01Z |
> Would be possible to correct this problem ? I tried GFIX... -F, -V, -MEither delete the whole row containing wrong blob-id, or just set it to null, i.e.
> .... and... nothing.
DELETE FROM tab WHERE id=...;
or
UPDATE tab SET blob_field=NULL WHERE id=...;
What version of FB/IB do you use ?
Ivan
http://www.volny.cz/iprenosil/interbase