INSERT BLOB
Posted: Wed 22 Aug 2012 16:06
Hi, all.
After stored procedure, now I need to insert a record with a blob field.
...and I fail: ORA-01460.
I've a simple table with only one blob field
I try to use TSqlQuery with this sql statement:
INSERT INTO TESTBLOB VALUES(:AIMAGE);
As first, I see param AImage has not datatype and paramtype.
I tried settings these properties and without do it: same result.
I read this post:
http://forums.devart.com/viewtopic.php? ... lob#p26471
1) this post has not info about HOW i must use returned xlob param.
2) linked post is too old. Maybe today I need too do operation in same mode?
TIA
After stored procedure, now I need to insert a record with a blob field.
...and I fail: ORA-01460.
I've a simple table with only one blob field
I try to use TSqlQuery with this sql statement:
INSERT INTO TESTBLOB VALUES(:AIMAGE);
As first, I see param AImage has not datatype and paramtype.
I tried settings these properties and without do it: same result.
I read this post:
http://forums.devart.com/viewtopic.php? ... lob#p26471
1) this post has not info about HOW i must use returned xlob param.
2) linked post is too old. Maybe today I need too do operation in same mode?
TIA