Recent content by JSchlosser

  1. J

    Boolean Variables

    Is there any possibility to receive boolean values in OracleQuery's (something like "otBoolean"). Example in BCB5: bool bResult = false; oquGeneric->DeclareVariable("function_result",otBoolean); oquGeneric->SQL->Text = ""; oquGeneric->SQL->Add("BEGIN "); oquGeneric->SQL->Add("...
  2. J

    Version 3.4.2 - still having problems with hang when terminating application!

    I'm using C++Builder 5.0 with patch#1 and DOA 3.4.2. When linking a DLL file with #pragma link "OracleMonitor", the Application hangs while terminating, as described by Helen. If I comment this line, everything works fine. The EXE-File, which calls the DLL, does not use OracleMonitor.
  3. J

    TOraclePackage->CallProcedure C++

    This gives 2 parameters (10 and "SMITH") to the function MyFunction (right?). What happens, if the function uses IN/OUT parameters? How can I get the writeback parameters results?
  4. J

    Package functions

    Hi folks, I'm feeling a little stupid right now, but I've difficulties with the functions like CallStringFunction in the Package-Object. How can I use it in BCB5/Ora8i (DOA3.4.2)? The "variant" type is not quite clear to me. The following code results in an compiler error: AnsiString sKZ =...
Back
Top