Recent content by Misha Oumantsev

  1. M

    64-bit : OracleSession is missing ApplyUpdates

    Our company is registered user of DOA for many years. At this point we have to decide should we keep using DOA or we would have to switch our project to FireDAC. x64 platform compilation support is a must today. We can't keep using DOA, because ApplyUpdates method is not available for x64...
  2. M

    Corrupted BLOB

    When I store a binary file in CLOB field, I can not read it, because it's corrupted. I use D2006, DOA 4.0.7.1, Oracle Server 9.2.0.4.0, Oracle Client 10.1.0.4.0 This is Oracle script: CREATE TABLE BLOB_TEST (BLOB_DATA CLOB); These are the propeties I set up in design time: object Session...
Back
Top