Help! Why I failed to update BLOB field by using SQLT_LNG? [message #523046] |
Thu, 15 September 2011 06:56 |
|
yythink
Messages: 1 Registered: September 2011
|
Junior Member |
|
|
I tried to use OCI interface to update one BLOB field.
SQLT_LNG was used when calling OCIBindByPos(). Everything was ok when the size was less than 4K, but error occurred when the size was greater than 4K. ErrMsg: ORA-01461: can bind a LONG value only for insert into a LONG column.
But OCI dev guide says it works for 4K and more, and there are even some examples there.
What's wrong???
|
|
|