Mapping of clob-field in Oracle DB

Hello.

In Oracle DB, using DOA components, I can't mapping clob-field in Delphi:

  • if I map it as TBlob, a got an error in Save/Flush;
  • if I map it as string, I have no error, but Aurelius save only 4000 char as varchar2-type.

Please add support of Clob-fields in DOA components.

You can achieve this now using the [DBTypeMemo] attribute