Recent content by G Spears

  1. G

    Unable to connect from DLL

    Any update on this?
  2. G

    Unable to connect from DLL

    Marco, I just sent you (via email) a full stack dump. Hopefully that will shed some light on the root cause.
  3. G

    Unable to connect from DLL

    Just made a small, 64-bit app with just the OracleSession component. I added a button which executed the LogOn code shown in the first post. It connected fine. I tested both from within the Delphi IDE, and running the exe standalone when Delphi is NOT running. Both connected fine. I also...
  4. G

    Unable to connect from DLL

    The host application is Excel. It does NOT access Oracle. Only the Excel plug-In I am writing does. The Plug-In is in the form of a DLL.
  5. G

    Unable to connect from DLL

    FYI - I did just upgrade to the latest release of DOA - 4.1.3.5 - and have the same problem.
  6. G

    Unable to connect from DLL

    Hello, Environment is Windows 10-64 bit, Delphi Tokyo Patch 3, DOA 4.1.1.0 (at least according to readme.txt file). Scenario. I am using a COM library (AddIn-Express) to build a plug-in for Excel (i.e. a DLL). Everything is working fine and running. I am now wanting to add Oracle...
  7. G

    32bit vs 64bit... Does ORACLE/PREFERENCES fix this?

    Solved! Relevant Details: full 64 bit Oracle on Windows 10 machine. Installed full client 32 bit on machine in separate directory. My PATH environment variable shows the client 32 bit directory first, then it shows the 64 bit client directory. When I check the listener, it is looking at the...
  8. G

    32bit vs 64bit... Does ORACLE/PREFERENCES fix this?

    Making progress... I turned off Virus protection, downloaded 12.2.0.2 32 bit client, and installed as Administrator, choosing 'Administration' option. When I run SQL*Dev, I connect fine. (Connection type=basic, setting SID=orcl). When I run SQL*Plus, I now get a TNS Protocol error. I found...
  9. G

    32bit vs 64bit... Does ORACLE/PREFERENCES fix this?

    Hello, As a suggestion, might I recommend a forum STICKY FAQ which discusses 32 bit vs 64 bit? I know you get asked questions on this regularly. In my scenario (Win 10 Pro, 64 bit, Delphi Tokyo 10.2.3, DOA 4.1.3.5), I have Delphi and Oracle 12cR2 64 bit database/client installed on the same...
  10. G

    DOA Client on PC with 64 bit server

    That will work fine ONCE that application is written and released production, but what about in a development environment? These changes would need to be applied to Delphi, and then when I run the app from within Delphi, wouldn't the app then use the O/S environment settings? G Spears
  11. G

    DOA Client on PC with 64 bit server

    Hello, I am running version 4.1.1, on Windows 10 64 bit. I have Oracle 12.1.0.2, 64 installed on this server. I need to run Oracle 64 bit on the same server as DOA 32 bit. I have downloaded the Instant Client 32 bit. I am having challenges getting both to work together. Without Instant...
  12. G

    Unable to connect to DB

    Hello, New (returning ) DOA user. Installed latest DOA for Delphi 2010 Running Windows 7 - 64 Installed 11gR2 64 bit. Compiled DOA demo Query Grid. Run it... Got expected error. Downloaded and installed Oracle 32 bit Client into a new directory, specifically...
Back
Top