Page 1 of 1

Select CLOB data question..

Posted: Wed 26 Oct 2005 10:07
by Team
Orasession1 option
Net := True;
CharLength := 0;
Charset := '';
UseUnicode := True;

query : Select TestClob from testClobTable where Idx := '1'
(TestClob -> clob field)

SmartQuery1.Prepare;
SmartQuery1.Options.DeferredLobRead := False;
SmartQuery1.Options.CacheLobs := False;
SmartQuery1.Options.DeferredLobRead := True;
SmartQuery1.Execute;
SmartQuery1.GetLob('XML_ITEM_QUESTION').IsUnicode := True;
LobField1 := SmartQuery1.GetLob('XML_ITEM_QUESTION').AsString;
...
...

retrun data(LobField1) content:
#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 ....

why?

Posted: Fri 28 Oct 2005 12:27
by Alex
We have reproduced your problem and fixed it.
This fix will be included in the next ODAC build.

Posted: Mon 21 Nov 2005 08:42
by Team
Hi.. Alex..

When will get next ODAC build version?

Have a good day~~
Alex wrote:We have reproduced your problem and fixed it.
This fix will be included in the next ODAC build.

Posted: Mon 21 Nov 2005 16:08
by Alex
In about two weeks