Recent content by Henrique

  1. Henrique

    Interpret DFM Variables.Data

    We have the sources for TVariables.ReadBinaryData, but I'm not getting it to work with the .dfm data. I sent the email and explained. Thank you very much.
  2. Henrique

    Interpret DFM Variables.Data

    We have a routine that reads DFM files as a text file and we are not instantiating TVariables because we have thousands of datamodules and it would be too slow to instantiate classes. The idea is to document all SQL's and show their variables as well as the types of variables, treating DFM as...
  3. Henrique

    Interpret DFM Variables.Data

    I'm developing a tool to document all the components from the .DFM files and for that I need to read the Variables (Variables.Data) property of DFM. I tried to use the TVariables.ReadBinaryData routine as a basis to obtain the information of the variables but I couldn't. Could you help me? In...
  4. Henrique

    What's the differences between Oracle Monitor Lite and Pro?

    What's the differences between Oracle Monitor Lite and Pro? Could you share a trial version of Oracle Monitor Pro to test? We only buy DOA, so we would like to try Oracle Manager Pro.
  5. Henrique

    TOracleSessionPool with ref cursor

    Yes, I did but nothing. The problem is the same.
  6. Henrique

    TOracleSessionPool with ref cursor

    Do you have any suggestions? For now, to solve the problem, I created a new TOracleSession without pool to work without problems, however this is what we call in Brazil of "gambiarra", that is, we implemented a non-professional code only to resolve provisionally.
  7. Henrique

    TOracleSessionPool with ref cursor

    First - Access Violation Second - ORA-01013 I'm going to test changing the session pool
  8. Henrique

    TOracleSessionPool with ref cursor

    We are using DOA with Oracle 12C. In on-promise environment everything works just fine. When we were working on the Oracle Cloud, the login and logoff process was very slow, leaving the system slow as a whole, and then we started using the TOracleSessionPool component. Using this component the...
  9. Henrique

    CommitRetaining

    Hi, Marco I made a lock in a record and after I edited same record. I set CommitOnPost to True. I need to keep locked record as CommitRetaining on Interbase. Does DOA have a same feature as IBX with Interbase?
Back
Top