ilmagowalter *nix forums beginner
Joined: 07 Feb 2005
Posts: 3
|
Posted: Mon Feb 07, 2005 10:59 am Post subject:
help with db2image extender 8.2
|
|
|
hi
i've encountered a problem with db2image extender for db2 version 8.2
i inserted a record into table allegato_immagine:
insert into allegato_immagine values( '1',
mmdbsys.db2image(current server, 'c:\1.jpg','JPG',1,'immagine 1')
,current timestamp
,current timestamp
);
this execute is ok
when i try to use any UDF of DB2IMAGE i always have the same problem
example using UDF MMDBSYS.COMMENT
---
SQL0443N La routine "MMDBSYS.COMMENT" (nome specifico
"COMMENTDB2IMAGE") ha
restituito un errore SQLSTATE con testo diagnostico "sqlcode=-204
clistate=S0002. ". SQLSTATE=38624
SQL0443N La routine "MMDBSYS.COMMENT" (nome specifico
"COMMENTDB2IMAGE") ha restituito un errore SQLSTATE con testo
diagnostico "sqlcode=-204 clistate=S0002.
".
--- |
|