Subject Re: [IBO] Blobs not loaded in IBO application
Author cgar1136
Thanx Helen, but i still with my problem...

I'd found that when i'm accesing to this field with IBO the wizard of
the "Edit Query" option says:
"*** blr version 38401228 is not supported ***"

My Database is using SQL Dialect 3 and this is the metadata of my table:

CREATE TABLE "ObrasCulturales" (
"Obr_Clave" INTEGER NOT NULL,
"Obr_FormadeIngreso" INTEGER,
"Obr_Foto" BLOB sub_type 2 segment size 1);

As you can see this is the way i'm defining my blob field and works
perfectly with IBX... why i'm experiencing this problem?

Thanx in advance

Carlos G