Recent content by 1Adi

  1. 1

    Oracle 8 question

    According to the DOA documentation, only the advanced features in ORA8 will be disabled. To play it safe, I use ExternalLDA with Preferences|UseOCI7=True.
  2. 1

    Sharing TOracleSession

    Are we talking EXE loading DLLs? If yes, here are the steps: 1. After successfully connecting to the database, you store ExternalLDA in a pointer variable. 2. In the DLL you create another OracleSession. 3. Your EXE talks to the DLL via LoadLibrary and GetProcAddress. 4. You pass your...
  3. 1

    How do you use ExternalLDA?

    Never mind... I think I figured it out myself. Thanks.
  4. 1

    How do you use ExternalLDA?

    Hello, I'm trying to use ExternalLDA when working with an EXE and a DLL. I'm saving the ExternalLDA property in a pointer variable in the EXE and I'm trying to pass it to the DLL (crash). At this point, the documentation is not very clear: 'The host program owns the TOracleSession and can...
  5. 1

    Problem with DOA.DPL

    Thank you. It works now!
  6. 1

    Problem with DOA.DPL

    Hi everybody, I'm working on re-engineering a project initially written in Delphi3 with DOA 3.2.2. It consists of an .EXE and a .DLL. Both compile OK in Delphi5, but at runtime, when I try to open the EXE (which in turn tries to load the DLL) I get a message saying that DOA.DPL cannot be found...
Back
Top