5.55.0.19 Still can't display CLOB with NET option.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
xalion
Posts: 124
Joined: Fri 20 May 2005 10:08

5.55.0.19 Still can't display CLOB with NET option.

Post by xalion » Wed 01 Jun 2005 03:12

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.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 07 Jun 2005 11:22

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?

Guest

Thanks!

Post by Guest » Fri 10 Jun 2005 06:32

query.GetLob('NOTE').LengthLob OCI=NET

Post Reply