Recent content by Tierry

  1. T

    DOA and ALL_HOMES

    I have successfully downloaded and installed the latest version of DOA 4.0.6.2 over the previous version 4.0.5.0 and, with the setting of ORACLE_HOME in the environment variable, everything works now. Thanks for your support.
  2. T

    DOA and ALL_HOMES

    I am using 4.0.5.0 which we bought last June (serialnumber 01.20709). We are using Oracle 8i but we plan to move to Oracle 10g maybe next year. How to update from DOA 4.0.5 to DOA 4.0.6 ? Thank you
  3. T

    DOA and ALL_HOMES

    Thank you I have already correted that ("C:\\ORA32\\BIN\\OCI.DLL") in my source code but it does not solve the problem. Also, as Marco has suggested, I set ORACLE_HOME to C:\ORA32 in both user variables and system variables under Windows 2000. But the OCI still does not initialize if I do not...
  4. T

    DOA and ALL_HOMES

    In our environment, there is only one Home ( HOME1)under Oracle\Software registry key. There is no information at Oracle\Software registry root. Also, it does not contain the ALL_HOMES. I have tried to run an application using DOA by setting at design time Oracle Home and OCIDLL parameters...
  5. T

    Console Application and DOA

    Thanks a lot for this information. It works now. Is there any documentation where I could find this kind of information ? By the way, I still have difficulty to get DOA Oracle Access working with a specific Oracle Home (Homex) directory when there is no entry in Oracle root. I have posted a...
  6. T

    Console Application and DOA

    To complete my previous message about the compiling error message, here is the detailed explanation I have got from C++ Builder: ----------------------------------- Compiler Errors: Delphi Duplicate implements clause for interface '' List of compiler error messages The compiler has encountered...
  7. T

    Console Application and DOA

    Initially, I have done it like you have mentioned that because it makes more sens to me. However, when I did that, I have got this compilation error message: " E2285 Could not find a match for 'TOracleSession::TOracleSession()' ". It looks like there is no constructor for TOracleSession. But...
  8. T

    Console Application and DOA

    I am developing a console application using C++ Builder 6 and Direct Oracle Access 4.0.5.0. The code has been compiled without errors. However, when excuting the application I have got this exception runtime error message "Project PrintOcc.exe raised exception class EAccessViolation with message...
  9. T

    DOA vs multiple Oracle registry root

    I am using C++ Builder. I have checked the user's guide but I haven't got detailed information on how to set the OracleHomeName at runtime. Could you send me an example in C++ Builder ? Thank you in advance for your support. Tierry
  10. T

    DOA vs multiple Oracle registry root

    Hi, I am wondering if DOA supports multiple registry roots. By default, DOA reads the Oracle registry root to locate the SQL*Net driver. In our development environment we have several versions of SQL*Net. So we have the root and also Home1 and Home2 from the Oracle registry which point to...
  11. T

    C++ Builder vs TOraclPackage.CallProcedure

    The above mentioned FAQ help show me how to call in C++ Builder a procedure which requires some parameters. What should I do if the procedure or function does not require any parameter ? Thanks in advance for your help.
  12. T

    C++ Builder vs TOraclPackage.CallProcedure

    I am using C++ Builder and Direct Oracle Accces 4.0.5.0. I have looked at the documentation for the syntax of the TOraclPackage.CallProcedure. The documentation indicates that two parameters are required: "procedure CallProcedure(const ProcedureName: string; const Parameters: array of...
Back
Top