Recent content by Eugene

  1. E

    TOracleEvent

    Thank you all. I found the way to solve my problem by putting execution of oracle stored procedure in separate thread.
  2. E

    how to run ddl commands?

    Use Oracle DBMS_SQL package to run DDL comands
  3. E

    Oracle Report to MS Word Using DOA

    I can offer two solutions: 1. You may write your own wrapper instead of using Office partner to bring data to MS Word or Excel. 2. If you have Developer 2000 then you can call report60.exe with parameters that exports Oracle report to specified format. Please, refer to Oracle Documentation
  4. E

    TOracleEvent

    Hi there I use TOracleEvent component to display pipe messages from long running stored procedure. Everything works great with one exception, all my messages are displayed when stored procedure is finished. What should I change to display messages while stored procedure is running. Current...
Back
Top