I'm using Zeos 6.5.1 on Oracle 10g, Delphi 7, Windows.
I have a XML data with 8Kb that need to be saved on a 'LONG RAW' field.
When I call ZQuery.Post, it saves only 4000 bytes.
In BDE and DOA it works fine.
thanks
Marcelo Zanette
Larger Blob field on Oracle
Moderators: gto, cipto_kh, EgonHugeist
FWIW, I found that LOB and CLOB are fetched and sent back to the database as RAW not with LOB locators.
Increasing the size of LOB and CLOB which can be readed and write is a matter of haking a bit in TZOracleResultSet.Open (I guess that where DBX driver sets its limit) but support for BFILE will be more dificult.
Regards.
Increasing the size of LOB and CLOB which can be readed and write is a matter of haking a bit in TZOracleResultSet.Open (I guess that where DBX driver sets its limit) but support for BFILE will be more dificult.
Regards.