Recent content by his

  1. H

    Selecting of object table using TOracleDataset

    No, there is not . By the way, if I execute that query with rowid using TOracleQuery first and then execute it using TOracleDataset it works fine. I examined upon Net 8 and Net 9, but results are the same. I use DOA 343 and Delphi 5. I hope these tips will help you to understand what's wrong.
  2. H

    Selecting of object table using TOracleDataset

    Hello, When I activate TOracleDataset with the query like that 'select a.rowid, a.* from obj_table a' I got the oracle error 'ORA-03113' and my session closes. When I execute it without rowid everething is OK. That's wrong? How can I avoid this problem? Thanks in advance, Valeriy
  3. H

    TOracleDataset and LOB field

    I could not quess. It was too easy Thanks a lot.
  4. H

    TOracleDataset and LOB field

    How I can write data in a BLOB (CLOB,..) field when I use TOracleDataset? There is no information concerned it in the DOA help system.
  5. H

    Delphi7 and DOA

    Hi, We
  6. H

    A multi-home configuration problems

    I've got 3 homes. Using 'Home Selector' program I changed a primary home, but it seems than DOA chooses the previus one still. How does DOA determine Primary Home? Can I use not primary home from my program?
  7. H

    TOracleSession.ServerAttach returns an error

    But why your product "PL/SQL Developer" works correctly? It doesn't return a such error.
  8. H

    TOracleSession.ServerAttach returns an error

    Hello, I have 3 oracle homes. One of them is oracle 9i client home. I want to use it without changing a default home (8.1 home). In your source file oracleci.pas I found "ForcedHome" variable and decided to use one. I set desirable value ("ora9i_home") and tried to connect, but
Back
Top