i convert ODAC to UniDAC,but have some problem:-(

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vivee_nj
Posts: 2
Joined: Tue 02 Sep 2008 15:52

i convert ODAC to UniDAC,but have some problem:-(

Post by vivee_nj » Tue 02 Sep 2008 16:00

i connect to oracle with UniDAC,get the data from a clob field,but procedue the error message:

ORA-06505:PL/SQL: Variable requires more than 32767 bytes of contigous memory.

code example:

UniQuery.close;
UniQuery.sql.text:='select clobfieldname from tablename';
UniQuery.Open;
UniQuery.getclob('clobfieldname').savetofile(filename);
UniQuery.close;

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 04 Sep 2008 07:13

We could not reproduce the problem. Please send to olegp*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

Post Reply