Page 1 of 1

5.55.0.19 Still can't display CLOB with NET option.

Posted: Wed 01 Jun 2005 03:12
by xalion
find out the problem.but I can't corroct because I haven't NET source.
The reason is: my clob include chinese and english. '中文 english'
so the length of clob is widestring's length. not the field's real bytes length.

and ODAC fetch only widestring's length of clob field.

Can you correct this problem?
Thanks.

Posted: Tue 07 Jun 2005 11:22
by Paul
We reproduced your problem with incorrect CLOB value and we are working on this now.
query.GetLob('NOTE').LengthLob returns the length of CLOB in characters. Do you have a different result with Net and OCI?

Thanks!

Posted: Fri 10 Jun 2005 06:32
by Guest
query.GetLob('NOTE').LengthLob OCI=NET