Subject | Re: [IBO] Blob Field on Firebird |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-10-13T05:12:46Z |
"Walter Araújo Franco" <warty@...> wrote in message
news:023601c15391$4c3fd6a0$0201a8c0@......
remove the debris of the old directory. Hunt for any old copy of gds32.dll.
If the problem happens in a fresh installation of Firebird, then we may have
a bug. Are you inserting from a simple IBO application, for example, a plain
SELECT in a TIB_Query connected to an edit box plus a memo?
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:023601c15391$4c3fd6a0$0201a8c0@......
> Hi,=
>
> I have a simple project with a simple table like this:
>
> CREATE TABLE "DITOS"=20
> (
> "DITCODIGO" INTEGER NOT NULL,
> "DITMENSAGEM" BLOB SUB_TYPE TEXT SEGMENT SIZE 80 CHARACTER SET WIN1252,
> PRIMARY KEY ("DITCODIGO")
> );
>
> When i used it under Interbase 6.0 (Linux / Delphi 5.0) it works fine, now
> i took out the IB and instaled FB, so, when i insert a new register, irece=
> ive an error:Make sure when you uninstalled IB, the DLLs were gone indeed. Better if you
>
> ISC ERROR CODE: 335544329
> ISC ERROR MESSAGE:
> invalid BLOB ID
remove the debris of the old directory. Hunt for any old copy of gds32.dll.
If the problem happens in a fresh installation of Firebird, then we may have
a bug. Are you inserting from a simple IBO application, for example, a plain
SELECT in a TIB_Query connected to an edit box plus a memo?
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing