now I have problems for reading clob larger than 64K.
I have followed your example in your help, but nothing changes.
I am in Unicode on a Oracle10gR1
For reproduice the problem, create a table test_clob with two fields, my_clob_id and my_clob, and put a large XML file in my_clob
After create a TSmartQuery use Select * from Test_clob
Code: Select all
smartQuery1.GetLob('my_clob').SaveToFile('xxx');
I suppose the error occur when ODAC read the clobsize to the seconde way of reading block.
I'ts my last error, other was resolved.
Thanks,
Nsc