ORA-01458 invalid length inside variable character string
Cause: An attempt was made to bind or define a variable character string
with a buffer length less than the minimum requirement.
Action: Increase the buffer size or use a different type.
All documentation I've been able to get my hands on shows no specification
for size this variable-length datatype. If I use OracleCommandBuilder to
derive parameters, size is specified as 2000. I've tried specifying this in
my statements and sometimes it work and sometimes not. Also if the value of
the input parameter is "" that can cause the error as well.
Anyone have any ideas?
Thanks,
Terry
Bob Beauchemin
http://staff.develop.com/bobb
"Terry Blankers" <test> wrote in message
news:##PAvs5VCHA.2328@tkmsftngp09...
"Bob Beauchemin" <no_bob...@develop.com> wrote in message
news:uAc2Z55VCHA.2416@tkmsftngp09...
Bob Beauchemin
http://staff.develop.com/bobb
"Terry Blankers" <test> wrote in message
news:OakwXW6VCHA.2644@tkmsftngp10...