Recent content by stef

  1. stef

    Problem with C++ DOA ??

    Hi Marco, This is set to Standard, as also mentioned by Kim, same issue.
  2. stef

    Problem with C++ DOA ??

    Hi All, We using DOA for very long time. Now we have started an update. Going from Windows to Linux and 19c. Same application behavior diffrent. A lot off queries and stored-procedures working fine. But on some of them we get an Access Violaton immediate after "->Active = true" activate the...
  3. stef

    TLobLocator used for in out variable

    Let me try on this, thx
  4. stef

    TLobLocator used for in out variable

    Hi, already used TLobLocator and because I need it only to retrieve data, there was no problem. Now I want to parse a XML Table, quit big, but I cannot assign the value. Getting error that handle is invalid. What am I doing wrong: C++ code TLOBLocator * clobXmlData = new...
  5. stef

    Windows tab-righters

    Hi Marco Cool this is working thx
  6. stef

    Windows tab-righters

    Hi In version 12 each window has his tabrighter at the top. Is this now removed or in a configuration, sorry when I missed that entry already, rg Stefan
  7. stef

    debugging dbms_pipe package is full

    Sure sorry for the delay The problem occurs inside debugging when I execute sql inside debugging. I get a DBMS pipe error and need to clear the pipe buffer: After clearing it is also not working, but not always. select * from v$db_pipes; DECLARE v_pipe_rm NUMBER; BEGIN...
  8. stef

    dbms output

    Hi When debugging and inside package dbms_output is called. It is not seen in "dbms output" tab righter. only when debugging is done, then it is displayed. rg Stefan
  9. stef

    debugging dbms_pipe package is full

    Hi Overall does also not work by me in Version 12 Now 13.0.0.1874 * DBMS Pipe error when executing query inside debugging. Also after cleaning up does give same error and again couple of records created rg Stefan
  10. stef

    query column without alias

    Hi Marco, thank you, this is working... rg
  11. stef

    query column without alias

    Hi Thought following intellisense would work with Version 12.06.1835 eg. have OrderTable with OrderId; OrderName.... select from OrderTable where o Pressing F6 no columns shown is this correct??
  12. stef

    Recovery not saved properly

    Hi, maybe I#m doing something wrong, but the part of PLSQL is not working. That is the Recovery. Often we have more then one session of PLSQL open and several SQL and Program windows ( think you know what I mean) and then you need to boot....Just close application by Taskmanager, boot and open...
  13. stef

    V11. Remote Desktop strange behavior

    using the Beta Version; cannot find the final version
  14. stef

    V11. Remote Desktop strange behavior

    Hi, This is the first time connected with RDP to my WS, i got strange behavior with V11. When I click on one Windows List item or a Files Item the screen is resetting his size and always stretch to full screen. Even if I save the layout, same behavior. In V10 no problem. :-(
  15. stef

    How to get statements, that are sent by TOracledataset to Oracle

    Hi, I found the answer. The package is not a VCL package, so you cannot declare this methode in your own class. Declare it global
Back
Top