Recent content by Marian

  1. M

    Again: DOA Bug with processing of Nested LOB Collumns.

    Hi there, some days ago I have posted an information about a bug inside DirectOracleAccess libarary. In meantime I have posted a solution which works fine for me. Is it possible that someone is checking on that problem and confirm that sollution for me (or maybe for you)? Thank you, Marian
  2. M

    DOA Bug with processing of Nested LOB Collumns.

    Marco, can I get in contact with your support team. I have made some research and I have updates on my problem. My email address is m.pascalau(at)fiplan.de or marian_pascalau(at)hotmail.com. After I have checked again DOA source code I realized that the persistance state of an object is...
  3. M

    Service crash (multiple threads)

    Arjan, I had once a problem with DOA when an oracle session drops connection. The only explanation I had was that DOA is trying to recover from error and release some objects (correct behavior), but because from oracle view point there is nothing to recover the program crash with AV. I was...
  4. M

    DOA Bug with processing of Nested LOB Collumns.

    Thank you Marco. FYI, I have sent another email to support@allround... with the source code of my demo program as well. The only thing to do is to run my database scripts and start my demo. Marian
  5. M

    Service crash (multiple threads)

    Arjan, instead of calling CheckConnection maybe you can try to execute a noop; (begin null; end;) and if fails recreate the session object. Maybe it works better this way. ( If something is not working just take a bigger hammer )
  6. M

    DOA Bug with processing of Nested LOB Collumns.

    Hi there, I just want to inform you about a bug inside DOA when I try to access table with "Table of Object" Object types. After I have checked the source code it seems that for all nested object types resulted by an TOracleQuery (select statement) the "Table" field of TOracleObject is never...
Back
Top