Recent content by Andi

  1. A

    selecting empty blobs

    Hi, in need the empty_lob() im my resultset (becase of strucutures that are hardcoded in the client an require the blob-field with the blob-type). Could you implement it? Or is there a hidden feature? Thanks! Best Regards, Andi
  2. A

    Client crashes after connection-loos

    Hi, thanks for you replies. I've found the reason - no DOA problem. I had some problems with my WindowsSockets. Thanks! Andi
  3. A

    Oracle Monitor for V4 of DOA?

    Hi, is there a "Oracle Monitor" for DOA V4 aviable? Regards, Andi
  4. A

    Client crashes after connection-loos

    Hi, my application crashes after the connection to the oracle-server was lost. It can also reproduced by renaming the tnsnames.ora during load. The application tries to reconnect the session. After some time the application crashes. An Accessviolation (on address 00000) is handled in...
  5. A

    What kind of LOB-Locator to use?

    Hi, what kind of lob-locator do you recommend? Standard-Lob-Locator or Temporary-Lob-Locator? Advantages? Thanks, Andi
  6. A

    The old storry: BLOBs

    > In the upcoming 4.0 release you > can also use a Temporary BLOB and > write the data before the update: Thats great! Thank you!
  7. A

    The old storry: BLOBs

    Hello, I want to execute the following sql-command: 'UPDATE BinDataTable SET MyBinData = :pBinData' MyBinData is a BLOB-Field. Can I set the value of pBinData without a TLOBLocator?? Any possibility? Thanks [This message has been edited by Andi (edited 19 August 2003).]
Back
Top