Recent content by abdul haq

  1. A

    Compatibility of DOA 4.0.3 with Oracle 12c. I am using Delphi7

    Is there a dependency of DOA 4.0.3 on Oracle 9 client? I have been using an exe built in Delphi 7 using DOA 4.0.3 in Windows Server 2008 with Oracle 9 client. When I tried to run the same exe on a different Windows Server 2008/2012 server, but with Oracle client 11g, it is not able to make...
  2. A

    Compatibility of DOA 4.0.3 with Oracle 12c. I am using Delphi7

    Compatibility of DOA 4.0.3 with Oracle 12c?
  3. A

    upgraded DOA version available for Delphi 7?(other than DOA 4.0.3)

    My application is using Delphi 7 with DOA 4.0.3 and Oracle 9i client and Oracle 10 g database. May I know any other upgraded DOA version available for Delphi 7?
  4. A

    IN VARCHAR2 params creating errors in cursor

    @MARCO Hello Marco, Could you please give your valuable suggestions here for my problem.
  5. A

    IN VARCHAR2 params creating errors in cursor

    Hi All, I am using oracle package function having IN, IN OUT and OUT params in functions which is taking few params and giving cursor as output. TOracle Query is the component used. Please let me know what is wrong I am doing here. Error when code executes QCursor.Execute; in Delphi code...
  6. A

    cursor context not found error

    Hi All, I am facing a very strange issue. Recently my oracle database has been migrated from one server to another. Application is built in Delphi7 using DOA components. Component : toraclepackage Issue is when application tries to execute a function of package which returns cursor and a...
Back
Top