Recent content by Steven Wu

  1. S

    Exception while reading large Blob field

    Sorry, Marco, the Field type is CLOB, not BLOB. We're using it for storing XML. Also there is no exception with ADO connection. Thanks!
  2. S

    Exception while reading large Blob field

    Marco, the version is 4.1.1.0. Delphi version is XE5
  3. S

    Exception while reading large Blob field

    HI, we have some blob field which normally is below 1MB. Recently we found the TOracleQuery will throw an exception when the the field size is too big, 80MB in our example. The exception is: ORA-24817: Unable to allocate the given chunk for current lob operation Is there any settings to fix...
  4. S

    Chr(10) become Chr(13) and Chr(10)

    We have an issue with DOA on Delphi XE5, there is varchar2 string in database which contains line feed (chr(10)), but when use TOracleQuery, FieldAsString, the chr(10) became chr(13) and chr(10). We tested with ADO connection and it works fine. Is there any settings configuration to disable this?
Back
Top